How many ways we can parameterize data in QTP?
Answer Posted / guest
so what do we observe ways or a types of parameter regarding
to your Qs?
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the features supported by UFT?
What is the short cut keys for the following?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
When Recovery scenario actually starts while testing the application?
hou can we use vb script in qtp could u tell me breafly
what are the utilities and drivers
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
How do you know the location Id of an object if you know its index id?
What is text/text area checkpoint?
What is the file extension of the code file and object repository file in QTP?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
What do you mean by iteration?
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
How you create new action in qtp?
What is test object model in quicktest professional (qtp)?