Skip to content

SAPrema/Jmeter

Repository files navigation

JMeter Performance Testing – Booking API

What I Did

  • 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

Folder Contents

  • booking.jmx: JMeter test plan
  • booking-api-test-report.xlsx: Load + Stress Test Excel Report
  • screenshots/: Contains HTML report screenshots

Prerequisites

  • Java jdk LTS 17
  • Apache JMeter 5.6.3+

How to Run the Test

  1. Open booking.jmx file in Apache JMeter
  2. Run the test using the green ▶️ button
  3. Save the results as a .jtl file
  4. To generate HTML Report, use this command:
jmeter -g results_5min.jtl -o Reports
  1. Open the generated Reports/index.html in your browser to view the performance report.

🖼️ Report Screenshots

✅ Load Test Report:

Load Test

✅ Load Test:

Load Test

✅ Load Test:

Load Test

✅ Load Test:

Load Test

✅ Stress Test Report:

Stress Test

✅ Stress Test Report:

Stress Test

✅ Stress Test Report:

Stress Test

✅ Stress Test Report:

Stress Test

✅ Stress Test Report:

Stress Test

✅ Stress Test Report:

Stress Test

✅ Stress Test Report:

Stress Test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published