Page 1 of 1

Report path

Posted: Tue May 14, 2013 7:40 pm
by omayer
Hi, how to automate the following scenario-
Each test run report will be saved in different folders , like if I select SmokeTest from dropdownlist in .rxtst report would write in SmokeTestFolder same goes for Regression after running the test report would write to Regression folder , all folders are in networ or shared drive, currently all reports are saved in same location, not able to tell which test set ran w/out openning the each report individually.
Thank you in advance
Report.png

Re: Report path

Posted: Wed May 15, 2013 2:52 pm
by Support Team
Hello,

You could use command line parameters to run your tests.
By using /rc you could run a specific configuration (e.g. SmokeTest).
By using /rf you could store test reports to a specified location.
This would allow you to separate reports.

Please take a look at our User Guide for more information about Running Tests via Command Line.

Regards,
Markus (T)

Re: Report path

Posted: Thu May 16, 2013 4:49 am
by omayer
Thank you Markus, I am able to create Specific folder but the problem its created with extension file with .rxlog even though I renamed it with .html at report file in TestSuite,
ReportFile.png
reportfileSetup.png

Re: Report path

Posted: Thu May 16, 2013 5:32 am
by omayer
figured it out , thank you

> cd C:\SVNViews\AutomationProject\TestSuite\bin\Debug\

> TestSuite.exe /rc:SmokeTest /rf:C:\Users\..\Desktop\Report\SmokeTest\%S_%Y%M%D_%T.html

Re: Report path

Posted: Fri May 17, 2013 1:23 pm
by Support Team
Hello,

You are welcome :-)

Regards,
Markus (T)