Next: endloop keyword, Previous: loop keyword, Up: Test Case control
The breakloop
keyword is used to prematurely exit the current loop.
The breakloop
keyword can be used, for example, in the following way:
loop 5 var exitcond someclass somemethod someparam if exitcond breakloop endif endloop