Class ForeachController

All Implemented Interfaces:
Serializable, Cloneable, Controller, IteratingController, LoopIterationListener, Searchable, org.apache.jmeter.testelement.TestElement, TestCompilerHelper

public class ForeachController extends GenericController implements Serializable, IteratingController
ForeachController that iterates over a list of variables named XXXX_NN stored in JMeterVariables where NN is a number starting from 1 to number of occurrences. This list of variable is usually set by PostProcessor (Regexp PostProcessor or HtmlExtractor) Iteration can take the full list or only a subset (configured through indexes)
See Also: