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
report rxlog XML schema
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: report rxlog XML schema
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
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
-
- Posts: 7
- Joined: Fri Oct 19, 2012 8:14 am
Re: report rxlog XML schema
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.
I need to validate the .data files to analyze the reports in an external tool.
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: report rxlog XML schema
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
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