Ranorex ReportZipFilePath returning .rxlog insted of .rxzlog

Bug reports.
ningappa
Posts: 2
Joined: Fri Mar 04, 2016 7:07 pm

Ranorex ReportZipFilePath returning .rxlog insted of .rxzlog

Post by ningappa » Fri Jul 22, 2016 7:22 am

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

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Ranorex ReportZipFilePath returning .rxlog insted of .rxzlog

Post by odklizec » Fri Jul 22, 2016 7:25 am

Hi,

This is a known 6.0 problem. Please update Ranorex 6.0 with latest 6.0.1.
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration