Search found 4 matches

by krish202
Thu May 29, 2014 10:14 pm
Forum: General Questions
Topic: Savereport method not writing results to file on disk
Replies: 5
Views: 1613

Re: Savereport method not writing results to file on disk

Hi Robert,

We have those statements in the script but it did not help. Not sure what is causing but we figured a easy workaround. A small time delay before writing results to file on disk helped resolve the issue.
by krish202
Thu May 29, 2014 10:08 pm
Forum: General Questions
Topic: Crash Issue
Replies: 1
Views: 1973

Crash Issue

The following is using RanoRex 5.0.2.17874 and .NET 4.0.3 on Windows XP SP 3. My team and I are creating an automation application that dynamically loads a .dll file containing our test scripts. The test cases within this .dll file are then executed and a report is generated using RanoRex. What we h...
by krish202
Tue Apr 01, 2014 9:09 pm
Forum: General Questions
Topic: Savereport method not writing results to file on disk
Replies: 5
Views: 1613

Re: Savereport method not writing results to file on disk

No, Don't get any error message back. We just recently upgraded to 5.0.1 and before we were using 4.1.2. Same result.
Is there anything in the testreport adaptor class we can check before calling savereport ?
Any other way of saving reports to file ?
by krish202
Sat Mar 29, 2014 10:24 pm
Forum: General Questions
Topic: Savereport method not writing results to file on disk
Replies: 5
Views: 1613

Savereport method not writing results to file on disk

We are using VS2010 referencing ranorex libraries for our automation needs. We use testreport class to write to a html report for logging our executed test steps and test cases. What we notice or have experienced so far is that the testreport.savereport() does not always write to the .html.data file...