- Created a JMeter test plan (Login, Create Booking, Search Booking)
- Performed Load Testing at 3 levels (5, 10, 20 mins)
- Performed Stress Testing from 100 to 1200 users
- Generated summary reports and identified bottlenecks
booking.jmx: JMeter test planbooking-api-test-report.xlsx: Load + Stress Test Excel Reportscreenshots/: Contains HTML report screenshots
- Java jdk LTS 17
- Apache JMeter 5.6.3+
- Open
booking.jmxfile in Apache JMeter - Run the test using the green
▶️ button - Save the results as a
.jtlfile - To generate HTML Report, use this command:
jmeter -g results_5min.jtl -o Reports- Open the generated
Reports/index.htmlin your browser to view the performance report.










