The skip to next iteration object stops the current iteration execution. That might be useful if the test case has a fail condition and should retry by starting the test case iteration over again. Unlike a failed iteration, an iteration that was skipped will count toward the total test case iterations.

1. Go to the Build Test Case node.

2. Select the object, after which you want to stop the current iteration execution.

3. Right-click and select Insert Object -> Insert Skip-to-Next-Iteration then select Insert Before or Insert After.

  • No labels