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 nani my doubt is how does qtp process metrix related to software process.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How can I change object description or check point values in qtp?
Does Low-level recording capture mouse movements?
How can I use Call dlls in QTP ?
For which type of project the iterative model is suitable?
what could go wrong with test automation?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
Give the syntax to load function at run time.
What are the advantages of qtp?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Hi All, How to Compare two strings character by character in QTP
What are the features and benefits of quick test pro (qtp 8.0)?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))