JEval for JMeter
Oct. 18, 2020
JEval helps you to evaluate your JMeter test plan and provides recommendation before you start your performance testing.
It is a linter for JMeter.
🛠Prerequisites
- Clone this repository.
- Install the latest version of Python
- Install the dependencies
pip install -r requirements.txt
Important Notes
- JEval doesn’t make any modifications to your JMeter test plan. But it is advisable to make a backup of your JMeter test plan.
- JEval utility doesn’t collect any sort of data
✨ Usage
- cd into the repository
- Issue the below command
python app.py -f <JMeter-File-Path>
E.g.
python app.py -f .\jmx\Sample.jmx
Download
Download JEval