public class ForLoopController extends BaseController<ForLoopController>
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.
| Modifier and Type | Class and Description |
|---|---|
static class |
ForLoopController.CodeBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
count |
childrenguiClass, name| Constructor and Description |
|---|
ForLoopController(String name,
String count,
List<BaseThreadGroup.ThreadGroupChild> children) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.testelement.TestElement |
buildTestElement() |
childrenbuildTreeUnderbuildConfiguredTestElement, buildTestElementGui, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuiprotected String count
public ForLoopController(String name, String count, List<BaseThreadGroup.ThreadGroupChild> children)
protected org.apache.jmeter.testelement.TestElement buildTestElement()
buildTestElement in class BaseTestElementCopyright © 2024. All rights reserved.