how to retrieve the xml file data through qtp. can anybody
send script for this..
Answer Posted / mogal
Set oXML = CreateObject("Microsoft.XMLDOM")
XMLFilePath = "C:Book.xml"
oXML.Load (XMLFilePath)
Set BooksNameNode = oXML.SelectNodes("*//book/name/text()") 'Selecting all name nodes under book node
For i = 0 To (BooksNameNode.Length - 1)
BookName = BooksNameNode(i).NodeValue
MsgBox BookName
Next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
How to remove associated function library?
Explain hybrid framework with advantages and disadvantages?
What is the parameterization?
Explain the differences between table and db checkpoints?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
What is the limitation to XML Checkpoints?
How to record a qtp script ?
Discuss quicktest professional (qtp) environment?
What is the difference between call to existing action and copy of an action?
explain abt dyanamic changing object with example?
Which recording modes need more memory?
How we can import data from database?
To which environments does quicktest professional (qtp) supports?
can the activities of test case design be automated?