Page 1 of 1

How to Share Ranorex Reports

Posted: Fri May 31, 2013 3:21 pm
by Zhilll
Hello,

We are not currently using the Ranorex Test Suite but instead have our tests in classes. I would like to share the Report that is generated after running the tests with other users, but simply sharing the generated file (*.rxlog) doens't work. There are instructions on how to do this through the Test Suite, but how can this be done outside of the Test Suite? I tried renaming the file with an .html extension, but this doens't work. Any ideas?

Re: How to Share Ranorex Reports

Posted: Mon Jun 03, 2013 8:46 am
by odklizec
I think these steps should help you:
http://www.ranorex.com/blog/share-your- ... ny-browser

To simplify sending reports via email, it's good to use rxzlog (compressed rxlog), which contains all necessary files in one zipped log file. So one don't need to care about dependencies. I personally prefer this way.

The downside of this solution is the need of using Ranorex Report viewer, which must be installed on the target machine. But it's very easy to extract the Ranorex Report viewer from an existing Ranorex Studio installation and move them somewhere on a local machine. And I believe it's nothing against the Ranorex copyright? ;)

All you need to do is to find these files (typically located in c:\Program Files (x86)\Ranorex 4.0\Bin):
Ranorex.Controls.dll
Ranorex.Core.dll
Ranorex.Libs.dll
Ranorex.ReportViewer.exe

Now place these files somewhere on a local network, where anyone in company can easily access them. Then simply instruct people where they can find the viewer and how to associate the rxzlog files with the viewer (to be able to open the logs by double clicking the rxzlog file attached to email). If you want to make it easier for your colleagues, create a custom Report Viewer installation (e.g. using Inno Setup), which will install the Report Viewer and associate it with rxzlog files.

Hope it helps?

Re: How to Share Ranorex Reports

Posted: Thu Jul 18, 2013 10:00 am
by AutomationTester
Hai odklizec,

I made a mistake before, When used your methods to view the reports in non-Ranorex machine. I missed the Ranorex.Libs.dll file. Now It's working and you are a Genius :wink:

Thanks
Amiruddin

Re: How to Share Ranorex Reports

Posted: Thu Dec 19, 2013 9:41 am
by Can
Hello

I prefer share via mail.
I could not find ShareReportTestProperties ?
Where is it ?

Thanks.

Re: How to Share Ranorex Reports

Posted: Mon Apr 14, 2014 2:41 pm
by Support Team
Hello Can,

ShareReportTest is the name of the Ranorex test suite. The test suite property pane can be opened as shown below:
TestSuiteProperties.png
Regards,
Robert