https://github.com/qainsights/validate-thread-group
Add a Validate Thread Group button to the JMeter toolbar.
https://github.com/qainsights/validate-thread-group
apache jmeter jmeter-plugins performance-engineering performance-testing
Last synced: 9 months ago
JSON representation
Add a Validate Thread Group button to the JMeter toolbar.
- Host: GitHub
- URL: https://github.com/qainsights/validate-thread-group
- Owner: QAInsights
- Created: 2022-03-09T03:21:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T02:52:58.000Z (12 months ago)
- Last Synced: 2025-03-31T00:23:40.649Z (11 months ago)
- Topics: apache, jmeter, jmeter-plugins, performance-engineering, performance-testing
- Language: Java
- Homepage:
- Size: 502 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Validate Thread Group button
Add a `Validate Thread Group(s)` button to the JMeter toolbar.
# 🌟 Why do we need this?
Often when we debug our JMeter test plan, we configure the thread group to one iteration and one thread. We click on Run
button (or shortcut) to execute the test plan.
But the test plan in the repository or CI/CD pipeline might have different values (or default values) which you do not
want to change. `Validate` option helps us to run the test with one thread, one iteration with no timers.
Right-clicking on the thread group and keep validating is cumbersome.
This plugin simply adds `Validate` button feature to the toolbar, so that we don't need to right-click everytime.
âš¡ Productivity improvement is negligible. *Something is better than nothing.*
# 🤔 How to?
* Building using maven `mvn clean package`
* Copy the generated jar to `JMETER_HOME\lib\ext`
* Restart JMeter
* The new "Validate Thread Group(s)" icon will be displayed on the toolbar.

* Press `Alt + V` without navigating to the menu or clicking on the `Validate Thread Group(s)` button.

# ✅ Features
* Validates all your test plan at once (when no Thread Group is selected in the test plan)
* Validates a specific Thread group (when selected on the test plan.)
- Click on "Thread Group" under the test plan and click "Validate Thread Group(s)" icon on the toolbar.