Page 1 of 1

Jump to test case

Posted: Thu Apr 24, 2014 2:23 pm
by tmt
Hi,

is it possible to jump to test case? E.g. I have 3 TestCase. After the second i want to run the first again. How can I do this if I can?

Thanks,
m

Re: Jump to test case

Posted: Thu Apr 24, 2014 3:27 pm
by krstcs
Would it be possible to show us the structure of your current test suite? We might be able to help figure out a solution.

Re: Jump to test case

Posted: Thu Apr 24, 2014 4:01 pm
by mzperix
Hi tmt,

you have to make a main test case and under them the 3 test cases. There is a code module also in the main test case, that is BEFORE the 3 test cases. This code module will decide which test case to run and which one not to run.

There are some forums about the solution I described:

Basic idea on runiing a test case based on condition: http://www.ranorex.com/forum/starting-t ... t3899.html

Some help to get the whole picture: http://www.ranorex.com/forum/call-diffe ... t4047.html

Hope this helps.

Best regards,
Zoltan Major