Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undera/jmeter-extract-success
A plugin for Apache JMeter to check extractor success
https://github.com/undera/jmeter-extract-success
jmeter jmeter-plugin
Last synced: about 1 month ago
JSON representation
A plugin for Apache JMeter to check extractor success
- Host: GitHub
- URL: https://github.com/undera/jmeter-extract-success
- Owner: undera
- License: apache-2.0
- Created: 2022-09-04T17:22:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T20:40:54.000Z (about 2 years ago)
- Last Synced: 2023-05-25T23:36:23.608Z (over 1 year ago)
- Topics: jmeter, jmeter-plugin
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extractor Success Assertion for Apache JMeter
A JMeter plugin to check that extractor was successfull. Helps in developing, debugging and troubleshooting JMeter scripts.
The recommended usage is to add single assertion component on very top of Test Plan. Keep it enabled when developing the script, disable it when running production tests.
![screenshot](screenshot.png)
The plugin takes variable name and default value from known extractor types, then checks that actual variable value not equals to default, which is assumed to be extractor failure.
There is a text field to specify comma-separated list of custom values (for example, if you use JSR223 to set the variable value).
Upon triggering, the sample would become failed with corresponding assertion subresult:
![result screenshot](result.png)
That's it!
Install it via Plugins Manager or [Download Plugin](https://jmeter-plugins.org/?search=jpgc-esa)
[Support Forum](https://jmeter-plugins.org/support/)