Class DslWhileController

  • All Implemented Interfaces:
    DslController, DslTestElement, BaseThreadGroup.ThreadGroupChild

    public class DslWhileController
    extends BaseController<DslWhileController>
    Allows running part of a test plan until a condition is met.

    The condition is evaluated in each iteration before and after all children elements are executed. Keep this in mind in case you use conditions with side effects (like incrementing counters).

    JMeter automatically creates a variable named __jm__<controllerName>__idx which contains the index of the iteration starting with zero.

    Since:
    0.27