Is there some kind of reset for test suites?
E.g. when there is a CTRT key pressed but never released I'd like ranorex to "clean" this up.
Reset Ranorex actions
- RobinHood42
- Posts: 324
- Joined: Fri Jan 09, 2015 3:24 pm
Re: Reset Ranorex actions
Hey,
there is no reset for pressed keys. I'm wondering why the keypress doesn't get released. My guess is that the test fails after a key down action?
Cheers,
Robin
there is no reset for pressed keys. I'm wondering why the keypress doesn't get released. My guess is that the test fails after a key down action?
Cheers,
Robin
Re: Reset Ranorex actions
Yes it does. I created a teardown where I press all the possible keys which could cause problems so that they are released.
Just wondered if there is some kind of built in function for this.
Just wondered if there is some kind of built in function for this.
- RobinHood42
- Posts: 324
- Joined: Fri Jan 09, 2015 3:24 pm
Re: Reset Ranorex actions
Hi,
There is no out-of-the-box fuctionality. Usage of TearDown is perfectly fine. Would have made it the same way.
Cheers,
Robin
There is no out-of-the-box fuctionality. Usage of TearDown is perfectly fine. Would have made it the same way.
Cheers,
Robin