Skip to content

Run loop

gcvfi edited this page Oct 9, 2019 · 7 revisions

Back to AIQ Commands | Home


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


using for loop

run ${block name} for [number] times
run ${block 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

Clone this wiki locally