Create rxzlog via API without TestRunner

Ask general questions here.
gilazo
Posts: 2
Joined: Thu May 02, 2013 6:10 pm

Create rxzlog via API without TestRunner

Post by gilazo » Sat May 04, 2013 12:35 am

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.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Create rxzlog via API without TestRunner

Post by Support Team » Mon May 06, 2013 1:25 pm

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

gilazo
Posts: 2
Joined: Thu May 02, 2013 6:10 pm

Re: Create rxzlog via API without TestRunner

Post by gilazo » Mon May 06, 2013 4:31 pm

Works like a charm!

Thanks!