StartLoop
Insert a Test Step in your Test Script at a point where the looping needs to start. Optionally, you can provide a variable name as parameter. This variable would be initialized to 1 on first instance of StartLoop, and then incremented for each iteration. You may use this variable for the iteration number.
Refer to section StartLoop and EndLoop Logical Looping Constructs for usage details.