report rxlog XML schema

Ask general questions here.
agiletestware
Posts: 10
Joined: Tue Dec 06, 2011 9:11 am

report rxlog XML schema

Post by agiletestware » Tue Dec 06, 2011 4:47 pm

Hello,
I am trying to do some post processing of the rxlog file that is generated after a test run. I tried running the sample VIPTestSuite project and basically I see that the structure of the xml report is

<activity>

<activity testsuitename='suite1'>
<activity testcasename='test01'>
<activity testcasename='test01' iternation='1'/>
<activity testcasename='test01' iternation='n'/>
</activity>
<activity testcasename='test n'>
<activity testcasename='test01' iternation='1'/>
<activity testcasename='test01' iternation='n'/>
</activity>
</activity>

<activity testsuitename='suite n'>
<activity testcasename='test01'>
<activity testcasename='test01' iternation='1'/>
<activity testcasename='test01' iternation='n'/>
</activity>
<activity testcasename='test n'>
<activity testcasename='test01' iternation='1'/>
<activity testcasename='test01' iternation='n'/>
</activity>
</activity>
</activity>

Is it safe to say that that this same format is followed for all report that might come out of ranorex ?

Thanks

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

Re: report rxlog XML schema

Post by Support Team » Wed Dec 07, 2011 12:19 pm

Hello,

The structure should be the same for all reports.

Just as a side note, it is also possible to implement your own custom logger.

Best Regards,
Martin
Ranorex Support Team

m.schrecker
Posts: 7
Joined: Fri Oct 19, 2012 8:14 am

Re: report rxlog XML schema

Post by m.schrecker » Fri Oct 18, 2013 10:40 am

Is there a xsd file to validate the .data files ?
I need to validate the .data files to analyze the reports in an external tool.

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

Re: report rxlog XML schema

Post by Support Team » Mon Oct 21, 2013 4:53 pm

Hello m.schrecker,

The *.xsd file for the *.data files can be found within the installation directory of Ranorex.
"C:\Program Files (x86)\Ranorex 4.1\Doc\Schemas".

Regards,
Bernhard