Loop Action¶
The Loop Action runs its children for a predefined number of iterations. The loop count can be a static number (e.g. 5
to iterate five times over its children) or a variable (e.g. ${loopCount}
).
Warning
The Loop Action will only run for the specified number of iterations for an entire test. Which means it will not run after the first iteration of your virtual user. If you expect your virtual users to run several iterations and run the loop each time, use the While Action instead.
Parameter name | Description | Required |
---|---|---|
Name | Descriptive name for this container which is indicated in the bench report. The name is not required, but it is a good habit to name your containers so that you can differentiate them in your bench reports. | No |
Count | Number of iterations over the Loop Action children. | Yes |