Framework Mode - Performance testing tools overview
Folder Structure of a Performance Testing Project
performance-testing-project/ ├── scripts/ │ ├── login_test.jmx │ ├── api_load_test.js │ └── user_scenarios/ ├── results/ │ ├── 2024-06-01/ │ └── latest/ ├── config/ │ ├── environments.yaml │ └── thresholds.json ├── tools/ │ └── report_parser.py ├── ci/ │ └── run_performance_tests.yml └── README.md