Search found 5 matches

by agrimm
Mon Aug 18, 2014 11:46 am
Forum: Automation API
Topic: pause a test from a thread outside
Replies: 4
Views: 3482

Re: pause a test from a thread outside

That´s true, normally i would call the test as failed. But in this case where the test runs over a couple of hours, an exception handling is needed, and the information about the following testcases are still usable. Since i really got no idea how to react properly, i would log the whole situation i...
by agrimm
Thu Aug 14, 2014 2:39 pm
Forum: Automation API
Topic: pause a test from a thread outside
Replies: 4
Views: 3482

Re: pause a test from a thread outside

Hi Robert, the problem is that i don´t know, when the program crashes (or better, in which iteration of the test). That´s where this thread should watch permanently and restart the program from outside if necessary, so that the (main) ranorex test could continue. An integration into a specified user...
by agrimm
Mon Aug 11, 2014 8:16 am
Forum: Automation API
Topic: pause a test from a thread outside
Replies: 4
Views: 3482

pause a test from a thread outside

Hi Community, i have written a piece of code in program.cs to restart the program to test in a thread outside the current test. Now i have the problem, that those restart actions have to be executed completely before the main test continues. Actually both tests are running parallel and it could be, ...
by agrimm
Wed Jul 23, 2014 2:37 pm
Forum: Automation Tools
Topic: Remove Warning for optional Action
Replies: 13
Views: 5224

Re: Remove Warning for optional Action

Yep, very nice, worked perfectly.
Thank you
by agrimm
Thu Jul 17, 2014 2:49 pm
Forum: Automation Tools
Topic: Remove Warning for optional Action
Replies: 13
Views: 5224

Re: Remove Warning for optional Action

Hi,
is there an update avaliable in one of the 5.x Versions now, where you can disable the warning?

Thank you