Framework Mode - Performance metrics (response time, throughput)
Folder Structure
performance-testing-project/ ├── tests/ │ ├── load_tests/ │ │ ├── user_login_load_test.py │ │ └── api_throughput_test.py │ └── stress_tests/ │ └── high_traffic_stress_test.py ├── reports/ │ └── performance_reports/ ├── utils/ │ ├── metrics_collector.py │ └── data_generator.py ├── config/ │ ├── environments.yaml │ └── test_settings.yaml └── conftest.py