Page 1 of 1

Ranorex Report View

Posted: Fri Mar 07, 2014 2:35 pm
by Can
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

Re: Ranorex Report View

Posted: Fri Mar 07, 2014 3:19 pm
by odklizec
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

Re: Ranorex Report View

Posted: Mon Mar 10, 2014 8:36 am
by Can
Thanks odklizec :)