Page 1 of 1

Create rxzlog via API without TestRunner

Posted: Sat May 04, 2013 12:35 am
by gilazo
Is there a way to generate the rxzlog via the API without using TestRunner.Run and passing it arguments?

We use Visual Studio for all our testing and current we generate xml reports. I want to explore using the new reports but can't seem to generate the rxzlog via the API, or don't seem to understand how.

Re: Create rxzlog via API without TestRunner

Posted: Mon May 06, 2013 1:25 pm
by Support Team
Hi,

Yes this is possible, you can use one of the following methods: Zip Method.
You can add the method at the end of your main class.

Regards,
Markus

Re: Create rxzlog via API without TestRunner

Posted: Mon May 06, 2013 4:31 pm
by gilazo
Works like a charm!

Thanks!