test iteration

While iterating the test with test data, can we skip few lines of code after the first iteration is complete?

eg. if the test has a login step, i would like to execute the login step only once in the first iteration and from the next iteration onward the script execution should skip the login step.

1 Like