Class ForLoopController

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

    public class ForLoopController
    extends BaseController<ForLoopController>
    Allows running part of a test plan a given number of times inside one thread group iteration.

    Internally this uses JMeter Loop Controller.

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

    Since:
    0.27