Page 1 of 1

Running Module Group one after another

Posted: Wed Mar 23, 2016 8:52 am
by alan722
Hi Guys,

Let's say for example I have this following setup:

->TestCase
->ModuleGroup1
->ModuleGroup2

inside modulegroup1 there are a couple of usercode modules that does validations.

The issue I'm having is if one of those validation fails, even if I set the exceptionOnFail to false, modulegroup2 won't run.

Any idea?

Re: Running Module Group one after another

Posted: Wed Mar 23, 2016 2:45 pm
by krstcs
Put each module group in it's own test case and set each test case's Error Behavior to 'Continue with Sibling'.


-TestCase1
--TestCase2
---ModuleGroup1
--TestCase3
---ModuleGroup2