Ranorex 3.1.0
*********************************
Hello,
Could you please give me information to solve my newbie problem :
1) I have an application with 3 hardware options (Ao1 to Ao3)
2) I have a TestSuite with 3 tests cases (tc1 to tc3)
3) Ao1 must run only tc1
4) Ao2 must run only tc1 and tc2
5) Ao3 must run only tc1 and tc3
I can do a batch that execute the testSuite with tc : parameter, but it is not very funny and make me a lot of work outside Ranorex (in the real life there is more options and more test cases
Is it possible to do a check at the startup (with a variable for exemple) to skip a full test case ?
Any other idea ?
Thanks for your help