How to retrive XML file data in QTP ? using Script(Chandana)
Answer Posted / shilpa reddy
chandana,we cannot apply xml data directly to script,first
we should import data into runtime datatable using import
sheet/import methods.using datatable methods we can apply
this values in our required location in the script.I
provided script for this in further answers,check it out
once.
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
What is data driver in qtp? Where we use it?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is the XML file architecture ?
How to suppress warnings from the test results page?
Write a QTP script to enter a keyword in to Google search engine?
What is test object model in quicktest professional (qtp)?
Describe how Smart Identification is used
Hi, how can we check or avoid the memory leakage in QTP9.2?
What are the views available in quicktest professional?
what is meant by source control?
explain keyword driven framework with banking domain?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
Both static and dynamic arrays are handled by the vb script. Is it true?