https://github.com/raadxrahman/booking-api-performance-testing-with-jmeter
In this project, I have used JMeter to find the actual throughput (TPS), expected TPS and Bottleneck TPS for a site with a given number of users and time. Load test and Stress test(s) were carried out to find TPS values.
https://github.com/raadxrahman/booking-api-performance-testing-with-jmeter
apdex api api-testing jmeter performance-testing testing testing-tool testing-tools
Last synced: 4 months ago
JSON representation
In this project, I have used JMeter to find the actual throughput (TPS), expected TPS and Bottleneck TPS for a site with a given number of users and time. Load test and Stress test(s) were carried out to find TPS values.
- Host: GitHub
- URL: https://github.com/raadxrahman/booking-api-performance-testing-with-jmeter
- Owner: raadxrahman
- Created: 2025-03-12T09:52:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T07:12:28.000Z (about 1 year ago)
- Last Synced: 2025-10-20T09:37:59.614Z (9 months ago)
- Topics: apdex, api, api-testing, jmeter, performance-testing, testing, testing-tool, testing-tools
- Homepage: https://restful-booker.herokuapp.com
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Booking-API Performance Testing with JMeter
### In this project, I have used JMeter to find the actual throughput(TPS), expected TPS and Bottleneck TPS for a site with a given number of users and time. Load test and Stress test(s) were carried out to find TPS values.
## Site Tested
https://restful-booker.herokuapp.com
#### Paths:
- /booking
- /booking/
### Scenario:
120,000 users over a 12-hour period log in, create a booking, and search for the
booking.
### Parameters
- Users: 120000
- Time: 12 Hours
- Error Threshold: 0.5%
- Timer: Gaussian Random Timer (Deviation 2000ms, Constant delay 500ms)
## Tools Used
- Apache JMeter
## How to run this project
- Clone this project
- Open the .jmx file using JMeter
### TPS & Bottleneck Calculations
Link to Excel: https://docs.google.com/spreadsheets/d/1uP1Y8Ru0Ijzi4sHCAEg7oMJMM5hCTwxU/edit?usp=sharing&ouid=105043411924406613334&rtpof=true&sd=true
## Expected Throughput

## Load Test Results

## APDEX, Statistics and Results Summary of Load Test

## Stress Test Results

## Bottleneck Throughput

## APDEX, Statistics and Results Summary of Stress Test

### Author
Mahbubur Rahman