Missing Suite Report

Ask general questions here.
ggaspari
Posts: 26
Joined: Tue Apr 10, 2012 8:40 am

Missing Suite Report

Post by ggaspari » Tue May 08, 2012 10:33 am

Hi guys,
I tried to change the report folder ( .rxtst properties->report file directory) but in such case, the test suite report will be created in defined directory, but the other reports (ranorex test report) will be created always in the default REPORTS folder within solutions folder. Is there a way to get both reports within the same directory which is not the default one?

thanx

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Missing Suite Report

Post by Support Team » Tue May 08, 2012 2:59 pm

Hi,

This is unfortunately not possible, but I will add an issue to our internal feature request list.

Regards,
Markus
Ranorex Support Team

ggaspari
Posts: 26
Joined: Tue Apr 10, 2012 8:40 am

Re: Missing Suite Report

Post by ggaspari » Wed May 09, 2012 7:54 am

ok, sounds good
at least is not my fault ;-)

thanx

MikeBuck
Posts: 1
Joined: Fri Feb 03, 2012 6:14 pm
Location: Boston, Mass
Contact:

Re: Missing Suite Report

Post by MikeBuck » Thu May 10, 2012 4:59 pm

Why not define the standard reports directory in the script?

My Suite Report is saved to ProjectName\Suite_Results\ While the individual test reports are saved to ProjectName\TestCaseReports

As part of my setup I have this defined for my "TestCase Reports":

Code: Select all

Report.Setup(ReportLevel.Info, sReportLocName+"\\"+Tc.DisplayName.Replace("->","_")+".xml", true);

Prior to that for my Suite Level tests - (Reporting V3) I have this definition:

Code: Select all

TestReport.Setup(ReportLevel.Info, Global.sAutoLocation+"\\Suite_Results\\CustomList_Suite_"+Global.sTS_ReportName+".rxlog", true);
        	
I hope this is a help!

Mike Buckley
Mike Buckley
Automation Development Engineer
Boston, Mass.