The requested page is not available for selected version.
Control Flow
Control Flow built-in actions break up the flow of execution by employing decision making, looping, and branching, enabling your test to run conditionally-executed blocks of action lines.
continue
else
else if
end if
end while
exit loop
exit test action
exit test case
exit test module
if
if control exists
if control not exists
if window exists
if window not exists
repeat
run test
terminate
until
while