Page 1 of 1

XML Testing

Posted: Tue Aug 09, 2011 8:31 am
by syedmahmed
Hi ,

I have to Test an Xml.... How do i Check for Each node/Element Present in Xml using RanoreXPATH... Is this Possible :roll: to test the the xml using RanoreXpath using Ranorex spy for tracking xpath of each node/elements....

plz i m very eager :shock: to know about this ....

Does Ranorex has ability to read xml file which has data in Parent & child structure?

Is it possible to extract the data from xml through RanoreXpath???????????????


Thank's in Advance
Syed Ahmed :?:

Re: XML Testing

Posted: Tue Aug 09, 2011 12:32 pm
by Support Team
Hi,
syedmahmed wrote:How do i Check for Each node/Element Present in Xml using RanoreXPATH.
First of all you can't automate a XML File using Ranorex with RxPath. I would suggest you to search the web for a XML parser where you can check if the values inside the XML are correct.
If you open the XML file with IE you can use the WebPlug-In to check the nodes of the DOM Object, if you want to use RxPath.

BTW, I deleted your other post, because you submitted this topic twice.

Regards,
Peter
Ranorex Team

Re: XML Testing

Posted: Tue Aug 09, 2011 1:30 pm
by syedmahmed
Thank's Peter