| DslForEachController |
Iterates over variables with a given prefix and runs part of a test plan for each of the
variables.
|
| DslIfController |
Allows to conditionally run part of a test plan according to certain condition.
|
| DslOnceOnlyController |
Allows running a part of a test plan only once and only on the first iteration of each thread
group.
|
| DslRuntimeController |
Is a controller that stops executing child elements when a period of time expires.
|
| DslSimpleController |
Builds a Simple Controller that allows defining new JMeter scope for other elements to apply.
|
| DslTransactionController |
Allows specifying JMeter transaction controllers which group different samples associated to same
transaction.
|
| DslWeightedSwitchController |
Selects a child in each iteration according to specified relative weights.
|
| DslWhileController |
Allows running part of a test plan until a condition is met.
|
| ForLoopController |
Allows running part of a test plan a given number of times inside one thread group iteration.
|
| PercentController |
Allows running only given percent of times given test plan elements.
|