Page 1 of 1

Report Generated while running testcases on multiple Devices

Posted: Wed Jan 08, 2014 11:31 am
by Shivp102
Hi,

I am Running my test cases in multiple devices in parallel.
I am able to successfully run the test cases in both devices in parallel.

However after completion of process I am not able to view reports for both devices. I get only a single report which is for a single device. How can i get individual reports for testcases running on corresponding Devices?


Thanks
ShivP

Re: Report Generated while running testcases on multiple Devices

Posted: Thu Jan 09, 2014 1:46 pm
by MarkusT
Hello ShivP,

I posted a reply for the same question in the following post:
http://www.ranorex.com/forum/multiple-r ... t5594.html
Thank you.

Regards,
Markus (T)

Re: Report Generated while running testcases on multiple Devices

Posted: Mon Jan 13, 2014 11:59 am
by Shivp102
Hi MarKus,

How is global parameter related to Reports. We are able to run test cases on multiple devices, only thing is report for each devices are not getting generated.

How does adding a new global parameter generate a new report.

We use below code in a batch file for running Test cases.

start AutomatedSampleTestCases.exe /pa:GlobalDeviceName="XXXXXXX"
start AutomatedSampleTestCases.exe /pa:GlobalDeviceName1="XXXXXXX"

Please revert back.

Regards
ShivP

Re: Report Generated while running testcases on multiple Devices

Posted: Wed Jan 15, 2014 3:58 pm
by BernhardS
Hello ShivP,

Did you rename the report in the test suite properties dialog? Maybe the second test overwrites the report file from the first test.
You can try to use the command line parameter "reportfile|rf:<report file path>".

Regards,
Bernhard