You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Performance Testing with JMeter (CI Integrated)
1
+
# Performance Testing with JMeter and Java (CI Integrated)
2
2
3
-
This project contains a JMeter test plan for testing the [Swagger Petstore API](https://petstore.swagger.io/). The test plan is defined in [`API_Testing.jmx`](API_Testing.jmx) and uses data from [`pet_data.csv`](pet_data.csv), instegrated into CI.
3
+
This project contains a JMeter test plan for testing the [Swagger Petstore API](https://petstore.swagger.io/). The test plan is defined in [`api-jmeter.jmx`](api-jmeter.jmx) and uses data from [`pet_data.csv`](pet_data.csv), integrated into CI.
4
4
5
5
## Project Structure
6
6
7
-
-[`API_Testing.jmx`](API_Testing.jmx): The main JMeter test plan.
7
+
-[`api-jmeter.jmx`](api-jmeter.jmx): The main JMeter test plan.
8
8
-[`pet_data.csv`](pet_data.csv): CSV file with pet data (name, status, photoUrl).
9
9
-[`.github/workflows/jmeter.yml`](.github/workflows/jmeter.yml): GitHub Actions workflow for running JMeter tests in CI.
10
10
@@ -55,7 +55,7 @@ The test plan performs the following actions:
55
55
56
56
## How to Run
57
57
58
-
1. Open [`API_Testing.jmx`](API_Testing.jmx) in JMeter.
58
+
1. Open [`api-jmeter.jmx`](api-jmeter.jmx) in JMeter.
59
59
2. Ensure [`pet_data.csv`](pet_data.csv) is in the same directory as the JMX file.
0 commit comments