- Download and install Apache JMeter from the official website.
- Open JMeter by running
jmeter.bat
(Windows) orjmeter.sh
(Linux/Mac). - Open the test plan
petstore_load_test.jmx
. - Click on the start button (play icon) to run the test.
- Thread Group: Configured with 20 threads and 10 minutes duration.
- HTTP Request Defaults: Configured for
https://petstore.octoperf.com
. - HTTP Requests:
- Navigate to Fish:
/actions/Catalog.action?viewCategory=&categoryId=FISH
- View Product FI-SW-01:
/actions/Catalog.action?viewProduct=&productId=FI-SW-01
- Navigate to Fish:
- Listeners:
- View Results Tree
- Summary Report
- Aggregate Graph
- View Results Tree: Shows detailed information about each request.
- Summary Report: Provides statistics such as average response time, throughput, and error rate.
Document your conclusions based on the generated reports.