in reply to Re: XML parser
in thread XML parser
Second will the testframework append testinfo to the different nodes and add childs to the nodes.<exec> <tc id=001></tc> <tc id=002></tc> </exec>
So the testframework has to be able to find the specific node by using the id and append info/data and child to that node.<exec> <tc id=001 desc=first test> <ts id=001.001 result=passed/> </tc> <tc id=002 desc=second test> <ts id=002.001 result=failed/> </tc> </exec>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML parser
by toma (Vicar) on Nov 30, 2007 at 08:45 UTC |