Page 1 of 1

enabling a mode to run particular recording as mandatory one

Posted: Fri Sep 07, 2018 3:12 pm
by csolanki
Hi Team,

Is there any way by which I can run my recording as a mandatory check. If in middle steps fail too last test case should run. But I should get the report of middles steps failure.

Regards,
Charu

Re: enabling a mode to run particular recording as mandatory one

Posted: Mon Sep 10, 2018 8:12 am
by Stub
I use the "Error Behaviour" setting to decide whether to continue with iteration, sibling or parent, or even to stop the tests completely at that point e.g. if a subsequent step depends on a previous step. Continue with sibling is the default so a failing test case will still result in subsequent test cases being executed.

You may need to structure your tests in such a way to get the behaviour you want. Right-click a Test Case or Smart Folder to access the error behaviour choices.

Re: enabling a mode to run particular recording as mandatory one

Posted: Mon Sep 17, 2018 10:25 am
by csolanki
worked !! Thanks man.