Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exract data from XML using QTP
#2
Solved: 11 Years, 3 Months, 3 Weeks ago
Code:
Set oXML = CreateObject("Microsoft.XMLDOM")
' capture all condition ids
Set oConditionIds = oXML.getElementsByTagName("CONDITION ID")

For iCnt=0 to oConditionIds.Length-1
     Print oConditionIds.Item(iCnt).nodeName & "::" & oConditionIds.Item(iCnt).text
Next

Test Automation and QTP - Excel with Ease provides a good reference on working with xml files
Reply


Messages In This Thread
Exract data from XML using QTP - by cowboy49 - 03-13-2012, 08:47 AM
RE: Exract data from XML using QTP - by rajeevszone - 03-25-2012, 06:33 AM
RE: Exract data from XML using QTP - by cowboy49 - 03-27-2012, 10:19 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Reading XML Data from a WebPage shaan.mishra87@gmail.com 1 2,204 09-28-2016, 09:16 PM
Last Post: supputuri
  Getting an 'Error in XML document' Error when submitting web services XML luckyexpert 0 3,117 08-20-2013, 10:23 PM
Last Post: luckyexpert
  XML Data read and extract output in an array SweetyChowdhury 9 7,734 05-10-2013, 03:05 PM
Last Post: SweetyChowdhury
  XML input data validation with data in oracle tables using webservice smtripathi99 0 2,397 12-11-2012, 01:32 PM
Last Post: smtripathi99
  Need URGENT help how to read xml string / xml tag value in web page using QTP VQTP 2 5,924 04-16-2009, 02:27 AM
Last Post: VQTP

Forum Jump:


Users browsing this thread: 1 Guest(s)