Hello
My questions about Ranorex Report Viewer .
I prepared Ranorex Test Case for my web application.It is work correctly. I see Ranorex Report on Ranorex viewer.But I want to show this report my group leader and boss.How to do it ?
I do not Ranorex report other computer because ı installa ranorex only my local machine .(Bought Ranorex Premium)
On the other hand ;How to convert ranorex report to pdf file format ?
Is it possible ?
How to share report my boss ?
I read Tim's blog , ı do it but ı did not installa ranorex other computer ??
Please help me about the question ..
Can
Ranorex Report View
Re: Ranorex Report View
Hi,
You don't have to install entire Ranorex to view the reports. All you need is to copy just these 4 files from the Ranorex\bin directory:
Ranorex.ReportViewer.exe
Ranorex.Controls.dll
Ranorex.Core.dll
Ranorex.Libs.dll
Then simply run the ReportViewer.exe
Another way is to rename rxlog files to HMTL...
rename report.rxlog to report.html
rename report.rxlog.data to report.html.data
Then you can simply open the HTMl file in Firefox, IE or another compatible browser (did not work for me with Opera). There are two drawbacks of this solution...
Renaming will not work with compressed rxzlog, where all report files including images and stylesheets are compressed into single file, which is then automatically extracted on target system. Which means if you want to show the report to your boss, you will have to copy not only HTML and HTML.data file, but also RanorexReport4.xsl/css/png files, and entire [images] directory belonging to your test report. Or you can simply rename rxzlog to zip and extract all necessary report files from this archive.
As for the conversion to PDF, see this discussion:
http://www.ranorex.com/forum/report-as- ... tml#p19616
You don't have to install entire Ranorex to view the reports. All you need is to copy just these 4 files from the Ranorex\bin directory:
Ranorex.ReportViewer.exe
Ranorex.Controls.dll
Ranorex.Core.dll
Ranorex.Libs.dll
Then simply run the ReportViewer.exe
Another way is to rename rxlog files to HMTL...
rename report.rxlog to report.html
rename report.rxlog.data to report.html.data
Then you can simply open the HTMl file in Firefox, IE or another compatible browser (did not work for me with Opera). There are two drawbacks of this solution...
Renaming will not work with compressed rxzlog, where all report files including images and stylesheets are compressed into single file, which is then automatically extracted on target system. Which means if you want to show the report to your boss, you will have to copy not only HTML and HTML.data file, but also RanorexReport4.xsl/css/png files, and entire [images] directory belonging to your test report. Or you can simply rename rxzlog to zip and extract all necessary report files from this archive.
As for the conversion to PDF, see this discussion:
http://www.ranorex.com/forum/report-as- ... tml#p19616
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
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
Re: Ranorex Report View
Thanks odklizec 
