Page 1 of 1

Fail to Generate Log File

Posted: Fri Mar 03, 2017 10:51 am
by gary
Hi Guys

I would like to report an issue I experienced with Ranorex.
Every time I execute my test it does not generate the log file of the result. Earlier it use to generate log files everytime the run was success or fail. I am using version 6.2.1. I was wondering if I have changed some setting accidentally as it was working all fine couple of days back? Any help in this regard is much appreciated.

Thank you.

Re: Fail to Generate Log File

Posted: Fri Mar 03, 2017 11:31 am
by McTurtle
Hello Gary,

There is an option to turn off opening reports right after the test suite completes. The report is still generated and is located in the ../bin/Debug folder.

To access this option go to "Tools"->"Option" and find the "Open report after execution"option and make sure it is not disabled.
Open_report_after_Excution.png
Additionally it is possible that generating a report is totally disabled in your test case options. If this has been done you can check following the below steps.

1. Go to "View Test Suite", right click on your Test Suite and select properties
Properties_TestSuite.png
Find the "Enable report" checkbox under Test Suite properties
Enable_report.png
Please check these and let us know if they were both checked.

Regards,
McTurtle

Re: Fail to Generate Log File

Posted: Mon Mar 06, 2017 5:13 pm
by gary
McTurtle wrote:Hello Gary,

There is an option to turn off opening reports right after the test suite completes. The report is still generated and is located in the ../bin/Debug folder.

To access this option go to "Tools"->"Option" and find the "Open report after execution"option and make sure it is not disabled.
Open_report_after_Excution.png
Additionally it is possible that generating a report is totally disabled in your test case options. If this has been done you can check following the below steps.

1. Go to "View Test Suite", right click on your Test Suite and select properties
Properties_TestSuite.png
Find the "Enable report" checkbox under Test Suite properties
Enable_report.png
Please check these and let us know if they were both checked.

Regards,
McTurtle
Hi McTurtle

All the suggest options are enabled but still it fails to generate the log report....not sure if there is anything else we can do. Thanks

Re: Fail to Generate Log File

Posted: Tue Mar 07, 2017 4:10 pm
by McTurtle
Hello Gary,

I have a 2nd suggestion. Try to delete the file C:\Users\<YOUR_USER_NAME>\AppData\Roaming\RanorexRecentReports.dat as it could be corrupted.

Pleas let me know if this helped.

Regards,
McTurtle

Re: Fail to Generate Log File

Posted: Thu Mar 30, 2017 10:46 pm
by starstuff
I had the exact same problem as the original poster. The solution to delete the dat file worked to fix this issue.

Re: Fail to Generate Log File

Posted: Wed Oct 18, 2017 5:07 pm
by syartsev
Deleting .dat file worked for me