Class DslForEachController

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

    public class DslForEachController
    extends BaseController<DslForEachController>
    Iterates over variables with a given prefix and runs part of a test plan for each of the variables.

    This is usually used in combination with extractors that return more than one variable (like regex extractor with -1 index), to iterate over generated variables.

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

    Since:
    0.44