Search found 3 matches

by devendra khatri
Tue Jul 16, 2013 4:57 am
Forum: Automation Tools
Topic: Need XML Report along with Ranorex Report
Replies: 7
Views: 2880

Re: Need XML Report along with Ranorex Report

Thanks Krstcs for your reply. I checked with your solution, but the thing is *.HTML and *.HTML.DATA reports are not as good as ranorex report. While was checking I manually changed *.RXLOG extension to *.XML. It worked to show report in a good format but the problem with this is when I am trying to ...
by devendra khatri
Mon Jul 15, 2013 6:54 pm
Forum: Automation Tools
Topic: Need XML Report along with Ranorex Report
Replies: 7
Views: 2880

Re: Need XML Report along with Ranorex Report

The thing is, we need to publish results each time we execute our regression suite, for that purpose i think instead of uploading ranorex report, XML report will be a better option, so that the report can be viewed on a machine where ranorex is not installed.

Regards
Devendra
by devendra khatri
Thu Jul 11, 2013 5:21 am
Forum: Automation Tools
Topic: Need XML Report along with Ranorex Report
Replies: 7
Views: 2880

Need XML Report along with Ranorex Report

Hi, I am using following code in my suite to generate my customized report. Ranorex.Core.Reporting.TestReport.Setup(ReportLevel.Debug, "MyReport", true); Ranorex.Core.Reporting.TestReport.BeginTestSuite("My AUT Automation Test Suite Report"); By doing this, i am only getting the ranorex report, but ...