JMeter - Test Plan (JMX file)
Table of Contents
1 - About
A test plan describes a series of steps JMeter will execute when run.
A test plan will consist of one or more:
- Logic controllers,
- Sample generating controllers,
- Timers,
2 - Articles Related
3 - Parameter
To be able to re-run the same test with different different parameters, you have the following possibilities:
- to define a set of variables on the Test Plan, and then use those variables in the test elements. For example, one could define the variable LOOPS=10, and refer to that in the Thread Group as ${LOOPS}. To run the test with 20 loops, just change the value of the LOOPS variable on the Test Plan.
- define a property or a property file.