Page 1 of 1

Few question about ranorex

Posted: Mon May 16, 2016 11:03 am
by adiel
Hi

I have a few problems:

1) I can't set error behaviour (Continue with iteration) even when i enable the "Continue on fail", what can i do?

2) The SETUP/TEARDOWN isn't working

3)There is an option to make an "if/else" by boolean variable without using the code?

Thank's

Re: Few question about ranorex

Posted: Mon May 16, 2016 11:53 am
by odklizec
Hi,

As for point 1 and 2, it's hard to say what's wrong without seeing your test suite and exact error you are getting. Both error behaviours and setup/teardown works fine for me? So my guess is that the there is something wrong in your test suite design/logic? Also, what version of Ranorex do you use?

As for point 3, I'm not quite sure what exactly you want to achieve, but generally speaking, there is currently no way to perform logic operations in Ranorex modules without using code.