I have a number of JMeter tests (JMX) and need to ensure they are not broken as I do changes to the utility classes and configuration changes.
User count, loop count, duration, etc are read from JMeter properties (i.e. user.properties
).
The variable names in each thread group are different at the moment.
I am using default Thread Groups and Concurrency Thread Groups with throughput shaping timers.
Requirement Each JMX should run with a pre-defined number of iterations and user counts and generate a report with the status.
Is there a way to enforce validation for the entire test plan as in the Thread Group Validation feature
through the command line?