08-23-2008, 01:21 AM
Hi,
Can anyone tell me using QTP how to read XML values which has multi level nodes, parent, child and store it in a buffer for furture use?
Thanks,
Sai
Can anyone tell me using QTP how to read XML values which has multi level nodes, parent, child and store it in a buffer for furture use?
Code:
<root>
<Parent1> <Parent2> <Parent3>
<child1>,<child2>,<child3>,....
<Grandchild1><Grandchild2><Grandchild3>
Sai