Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomassuedbroecker/example-jmeter-functional-performance-test
This is an example project for to run an initial functional performance test plan example.
https://github.com/thomassuedbroecker/example-jmeter-functional-performance-test
bash-scripting groovy jmeter test-automation
Last synced: about 4 hours ago
JSON representation
This is an example project for to run an initial functional performance test plan example.
- Host: GitHub
- URL: https://github.com/thomassuedbroecker/example-jmeter-functional-performance-test
- Owner: thomassuedbroecker
- License: apache-2.0
- Created: 2023-10-21T17:00:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T14:27:57.000Z (about 1 year ago)
- Last Synced: 2023-10-22T19:30:56.617Z (about 1 year ago)
- Topics: bash-scripting, groovy, jmeter, test-automation
- Language: Groovy
- Homepage:
- Size: 8.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example `JMeter` functional performance test plan
This project contains an `example functional performance test` using [`JMeter`](https://jmeter.apache.org/).
The reason to call this example a **Functional Performance Test Plan** is that we are not verifying the performance of a working System Under Test with a focus on the response times only. We also demonstrate that System Under Test works functionally and delivers the correct response content values. Therefore, we also enable Functional Test Mode (i.e. save Response Data and Sampler Data) for the Test Plan.
![](/images/01-jmeter-save-functional-response-vales.png)
These are the main sections of the project. You can use this project as a starting point and optimize it.
1. [Installation of JMeter](/documentation/01-installation.md)
2. [Structure of the `Test Plan` and its elements in JMeter for the `example functional performance test`.](/documentation/02-basic-structure-of-JMeter.md)
3. [The example functional performance test and the test execution](/documentation/03-functional-performance-test-example.md)### Additional resources
* [REST API Load performance testing using Apache JMeter](https://medium.com/javarevisited/rest-api-load-performance-testing-using-apache-jmeter-63605572e862)
* [Handle JSON in `Groovy`](https://docs.groovy-lang.org/next/html/gapi/groovy/json/JsonSlurper.html)
* [Configure HTML Report details (german)](https://www.proficom.de/blog/lasttestauswertung-html-report-und-custom-graphs-in-jmeter/)