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
Missing Suite Report
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: Missing Suite Report
Hi,
This is unfortunately not possible, but I will add an issue to our internal feature request list.
Regards,
Markus
Ranorex Support Team
This is unfortunately not possible, but I will add an issue to our internal feature request list.
Regards,
Markus
Ranorex Support Team
Re: Missing Suite Report
ok, sounds good
at least is not my fault
thanx
at least is not my fault

thanx
Re: Missing Suite Report
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":
Prior to that for my Suite Level tests - (Reporting V3) I have this definition:
I hope this is a help!
Mike Buckley
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);
Mike Buckley
Mike Buckley
Automation Development Engineer
Boston, Mass.
Automation Development Engineer
Boston, Mass.