B
bhushan.kharabe
I need to compare the test results from different releases saved in
xml. Some differences are inconsequential like computer name where test
ran or date and time of test. But other info is usefull. my schema
looks like
<TestCase id='a1'>
<Computer>C1</Computer>
<Executed>07/25/06</Executed>
<input>i1,12</input>
<output>o1,o2</output>
<result>pass/fail</result>
</TestCase>
Anybody know any library I can use to compare only the usefull elements
of test case and ignore other info.
Thanks for help in advance
Bhushan
xml. Some differences are inconsequential like computer name where test
ran or date and time of test. But other info is usefull. my schema
looks like
<TestCase id='a1'>
<Computer>C1</Computer>
<Executed>07/25/06</Executed>
<input>i1,12</input>
<output>o1,o2</output>
<result>pass/fail</result>
</TestCase>
Anybody know any library I can use to compare only the usefull elements
of test case and ignore other info.
Thanks for help in advance
Bhushan