Search found 10 matches

by gcushman
Wed May 06, 2015 4:13 pm
Forum: Bug Reports
Topic: Long test runs intermittently fail with no indication why
Replies: 3
Views: 2410

Re: Long test runs intermittently fail with no indication why

Great news, looks like this is fixed in 5.2.2. I've been running the same 1000+ testcases on an almost nightly basis for the last 2-3 months and have not seen this error since the upgrade.

Thanks Ranorex team!
by gcushman
Wed Aug 27, 2014 8:06 pm
Forum: Bug Reports
Topic: Win Server 2012 R2: Thread aborted exception
Replies: 5
Views: 3052

Re: Win Server 2012 R2: Thread aborted exception

thanks for the reply. I've been blocked from testing this temporarily but will send you info once I re-visit.
by gcushman
Wed Aug 20, 2014 1:57 pm
Forum: Bug Reports
Topic: Win Server 2012 R2: Thread aborted exception
Replies: 5
Views: 3052

Re: Win Server 2012 R2: Thread aborted exception

I posted this over a week ago and haven't heard anything from support team. Is there any update on this? Do I need to provide a snapshot or more information?
Any update would be appreciated.

Regards,
Greg
by gcushman
Tue Aug 12, 2014 9:35 pm
Forum: Bug Reports
Topic: Win Server 2012 R2: Thread aborted exception
Replies: 5
Views: 3052

Re: Win Server 2012 R2: Thread aborted exception

Thanks for quick reply, I should have thought to include those. It is also worth mentioning that on the failing iteration, it looks as if it is trying to run the testcase, 'DTSRun', twice (should only run it once). I attached another screenshot. Iteration '509' ran successfully and shows one instanc...
by gcushman
Tue Aug 12, 2014 6:34 pm
Forum: Bug Reports
Topic: Win Server 2012 R2: Thread aborted exception
Replies: 5
Views: 3052

Win Server 2012 R2: Thread aborted exception

We are currently running Ranorex 4.1.4 to test our legacy Windows application. I upgraded to Ranorex 5.1.1 but still get the same issue. Our automation consists of a single testcase bound to a .csv file that contains 1075 rows of data. For the most part it runs without issues on Windows 7. However, ...
by gcushman
Thu May 01, 2014 6:52 pm
Forum: Bug Reports
Topic: Feature Request: Rerun Failed testcases
Replies: 2
Views: 2405

Feature Request: Rerun Failed testcases

I've read various posts in this forum about re-running failed testcases and none of the solutions/suggestions are very helpful/time efficient. Unexpected failures can be caused by a multitude of unpredictable (and often uncontrollable) factors such as: Temporary Cloud/network outages (we are testing...
by gcushman
Mon Feb 03, 2014 9:29 pm
Forum: Bug Reports
Topic: Long test runs intermittently fail with no indication why
Replies: 3
Views: 2410

Re: Long test runs intermittently fail with no indication why

Thanks for the prompt reply. I am sure nobody is touching mouse/keypad and if something like that happened I would expect to see an error such as "unable to find <object>" error and even then it should proceed to the next testcase (the Error Behavior is set to continue to next iteration). I will sen...
by gcushman
Sat Feb 01, 2014 6:15 pm
Forum: Bug Reports
Topic: Long test runs intermittently fail with no indication why
Replies: 3
Views: 2410

Long test runs intermittently fail with no indication why

I have a regression suite that consists of about 1100 testcases which take 25-26 hours to run using the TestSuite Runner. Ever since upgrading from 4.0.4 to 4.1.4, the suite intermittently fails (approx 10%). The failure is always at different spots and the report viewer doesn't display any informat...
by gcushman
Wed Jan 08, 2014 1:30 pm
Forum: Bug Reports
Topic: Performance problems after upgrading from 4.0.4 to 4.1.4
Replies: 3
Views: 2193

Re: Performance problems after upgrading from 4.0.4 to 4.1.4

Thanks for the reply! I will upgrade again and flip that option and retry our testcases.

Regards,
Greg
by gcushman
Fri Dec 27, 2013 8:48 pm
Forum: Bug Reports
Topic: Performance problems after upgrading from 4.0.4 to 4.1.4
Replies: 3
Views: 2193

Performance problems after upgrading from 4.0.4 to 4.1.4

I've reproduced this issue on Windows 7 (x86) and 2008 R2 using both Ranorex Studio and TestSuite Runner. I have simple C# code that checks for existence of a button on a dialog box. Here's the code with a bunch of debug log statements added: Report.Debug("Checkpoint A"); Report.Log(ReportLevel.Info...