This project demonstrates how to perform load testing and stress testing using Apache JMeter. Our goal is to evaluate the web application named (Random Data API) performance under various load conditions and identify the stress points/bottleneck points.
- JMeter 5.6.2
- Java Development Kit (JDK)
- Download and install Apache JMeter from the official website.
- Clone this repository or download the project files.
- Open JMeter.
- Load the provided test plan into JMeter.
- Configure test variables and endpoints as needed in the test plan.
-
Open a terminal and navigate to the JMeter bin directory.
-
Execute the following command to run the load test:
jmeter -n -t path/to/load_test_plan.jmx -l path/to/results.jtl