Running Module Group one after another

Ranorex Studio, Spy, Recorder, and Driver.
alan722
Posts: 25
Joined: Mon Jan 12, 2015 1:34 pm

Running Module Group one after another

Post by alan722 » Wed Mar 23, 2016 8:52 am

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?

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Running Module Group one after another

Post by krstcs » Wed Mar 23, 2016 2:45 pm

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
Shortcuts usually aren't...