Skip to content

Run loop

gcvfi edited this page Mar 10, 2020 · 7 revisions

Back to AIQ Commands | Home


Note: Draft content, work in progress, not yet reviewed or verified.


using for loop

run ${block_or_flow_name} for [number] times
run ${block_or_flow_name} for all rows

usage 1

run ${click_button} for 5 times

usage 2

run ${save_value} for all rows

This command is useful when user should check same action but multiple time at one time This will shorten the length of test step obviously

Example

See also

Clone this wiki locally