Page History
...
- Number of Repeats (Max) (a) - A positive integer value of the maximum number of repeats cannot be exceeded. Make sure this value is higher than the maximum number of possible repeats.
- Delay before next Loop. (b) - A non-negative decimal number of seconds to wait after the previous iterations and the start of the next iteration.
Action on loop completion after max. repeats (c) - Specifies the action to execute when the loop completes the max number of repeats without exiting the condition. For example, if the test case fails to log in after a few attempts, it doesn't make sense to complete post-login transactions. The following options are possible:
Continue - To continue the iteration.
Abort iteration - To stop the current iteration and start a new one.
Abort vuVU - To stop sending requests from this VU.
- Go to the last transaction: to skip to the last top-level transaction in the test case, it's usually the logout transaction, and start a new iteration.
- To increment the index for iteration-bound datasets on every loop iteration, set the Increment the index for iteration-bound datasets? (d) property to Yes. For more information on databinding, see Databinding.
...
Overview
Content Tools

