Executing the next iteration inspite of errors

Best practices, code snippets for common functionality, examples, and guidelines.
rashyin
Posts: 1
Joined: Mon Aug 22, 2016 9:40 am

Executing the next iteration inspite of errors

Post by rashyin » Mon Aug 22, 2016 9:48 am

Hi,

I know that a testcase has options on "What to do on error?"
However when I have following structure of test cases I want both to be done ie execute the next sibling as well when it is time for next iteration the next iteration should also be exexuted.

Test case structure

Test case1 Connector - rows:2
Test case 2
Test case 3
Test case 4

Now when Test case 2 fails it does execute Test case 3 but when it iterates the Test case1 it returns as blocked.

jma
Posts: 107
Joined: Fri Jul 03, 2015 9:18 am

Re: Executing the next iteration inspite of errors

Post by jma » Tue Aug 23, 2016 2:58 pm

May I ask if the test case structure was illustrated correctly? If the hierarchy is correct, it should work for you to set the error behavior to 'Continue with iteration'. Otherwise, please try to to clarify the hierarchy of the corresponding test cases.