Framework Mode - Why non-functional quality affects user experience
Folder Structure Example
non-functional-quality-testing/ ├── tests/ │ ├── performance/ │ │ └── load_test.py │ ├── security/ │ │ └── auth_test.py │ ├── usability/ │ │ └── accessibility_test.py │ └── reliability/ │ └── stability_test.py ├── utils/ │ ├── logger.py │ ├── metrics_collector.py │ └── environment.py ├── config/ │ ├── environments.yaml │ └── thresholds.yaml ├── reports/ │ └── latest_report.html └── conftest.py