Skip to content

Commit c520d3f

Browse files
committed
update readme
1 parent 386614a commit c520d3f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Performance Testing with JMeter (CI Integrated)
1+
# Performance Testing with JMeter and Java (CI Integrated)
22

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.
44

55
## Project Structure
66

7-
- [`API_Testing.jmx`](API_Testing.jmx): The main JMeter test plan.
7+
- [`api-jmeter.jmx`](api-jmeter.jmx): The main JMeter test plan.
88
- [`pet_data.csv`](pet_data.csv): CSV file with pet data (name, status, photoUrl).
99
- [`.github/workflows/jmeter.yml`](.github/workflows/jmeter.yml): GitHub Actions workflow for running JMeter tests in CI.
1010

@@ -55,7 +55,7 @@ The test plan performs the following actions:
5555

5656
## How to Run
5757

58-
1. Open [`API_Testing.jmx`](API_Testing.jmx) in JMeter.
58+
1. Open [`api-jmeter.jmx`](api-jmeter.jmx) in JMeter.
5959
2. Ensure [`pet_data.csv`](pet_data.csv) is in the same directory as the JMX file.
6060
3. Run the test plan.
6161

File renamed without changes.

0 commit comments

Comments
 (0)