XML Testing

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
syedmahmed
Posts: 2
Joined: Tue Aug 09, 2011 7:04 am

XML Testing

Post by syedmahmed » Tue Aug 09, 2011 8:31 am

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 :?:

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: XML Testing

Post by Support Team » Tue Aug 09, 2011 12:32 pm

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

syedmahmed
Posts: 2
Joined: Tue Aug 09, 2011 7:04 am

Re: XML Testing

Post by syedmahmed » Tue Aug 09, 2011 1:30 pm

Thank's Peter