Search found 4 matches

by axelvs
Thu Jan 30, 2014 11:26 am
Forum: Automation API
Topic: Thread Aborted Exception
Replies: 11
Views: 5044

Thread Aborted Exception

Hello, we sporadically run into a thread abort exception during our ranorex tests which result in a crash of our testscript. This usually happens when we invoke the Ranorex.Core.Element.TryFindSingle method. When I look in our NLog files which contain the ranorex nlog lines as well i found the follo...
by axelvs
Fri Oct 25, 2013 7:03 am
Forum: General Questions
Topic: No rxlog.data.tmp available after killing ranorex-suite
Replies: 3
Views: 1615

Re: No rxlog.data.tmp available after killing ranorex-suite

Hello Markus, thanks for the fast response. I was wrong. The rxlog.data.tmp file is actually created (sorry for this one). The only problem is it is not located in the same directory as the rxlog file (i changed the location with the "/rf:<filelocation>" argument on suite execution). Instead I found...
by axelvs
Wed Oct 23, 2013 1:10 pm
Forum: General Questions
Topic: No rxlog.data.tmp available after killing ranorex-suite
Replies: 3
Views: 1615

No rxlog.data.tmp available after killing ranorex-suite

A couple of weeks ago we switched from Ranorex 3.3.3 to Ranorex 4.1.1. The log files are now sepearted to rxlog.data and rxlog. The problem is that when we kill the execution of a testuite by killing the process (this is done by a watchdog we developed), there is no rxlog.data and no rxlog.data.tmp....
by axelvs
Wed Dec 05, 2012 10:51 am
Forum: General Questions
Topic: Timeout per Test Suite
Replies: 1
Views: 1527

Timeout per Test Suite

Hello, I'm using Ranorex 3.3.0. We compile our test suites and run execute them by starting the .exe files one by one. Currently we are facing the problem that the execution time of some of our testsuites take way to long and we would like to abort them after 1h, to start with the next test suite. I...