Page 1 of 1

Ranorex ReportZipFilePath returning .rxlog insted of .rxzlog

Posted: Fri Jul 22, 2016 7:22 am
by ningappa
String zipFileName = Ranorex.Core.Reporting.TestReport.ReportEnvironment.ReportZipFilePath
here ZipFileName returning ReportName.rxlog instead of ReportName.rxzlog

I compressed the report as well, before running the script, but ZipFileName returning as ReportName.rxlog

Please fix this issue asap

.ReportZipFilePath should return ReportName.rxzlog

As a workaround i am doing:
String zipFileName = Ranorex.Core.Reporting.TestReport.ReportEnvironment.ReportName

System.Net.Mail.Attachment attachment;
attachment = new System.Net.Mail.Attachment(zipFileName + ".rxzlog");
mail.Attachments.Add(attachment);

Thanks in advance

Re: Ranorex ReportZipFilePath returning .rxlog insted of .rxzlog

Posted: Fri Jul 22, 2016 7:25 am
by odklizec
Hi,

This is a known 6.0 problem. Please update Ranorex 6.0 with latest 6.0.1.