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
Report Generated while running testcases on multiple Devices
Re: Report Generated while running testcases on multiple Devices
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)
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
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
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
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
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