Next: breakloop keyword, Previous: complete keyword, Up: Test Case control
The loop keyword is used to repeat a section of the test case file for the specified number of iterations. The section to be repeated is enclosed with the loop and endloop keywords.
msec
The loop keyword can be used, for example, in the following way:
loop 5 // execute this 5 times print pa ra me ter endloop