10-12-2010, 03:22 PM
When i run my test, my action will be executed step by step through all of scripts. When i have many data, the test will execute many iterations.
In the first iteration, the test will run all of the scripts. but remaining iteration, i want to ignore some steps.
Exam:
I want this script just run in first iteration
Datatable.import("...")
how must i do?
In the first iteration, the test will run all of the scripts. but remaining iteration, i want to ignore some steps.
Exam:
I want this script just run in first iteration
Datatable.import("...")
how must i do?