from where we will retrieve data for data driven tests in
qtp?
Answer Posted / ashwini.g
From datatable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to use Environment parameterization? Explain with an example.
What is difference between shared and local object repository?
How does qtp identify objects in the application?
Where we can use the analog mode and where we can use the low – level mode?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
What do you mean by iteration?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
what is the difference between modular framework & datadriven framework
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 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
Why do we use breakpoints in QTP?
Can we use index on view?
Which functionalities of QTP used in banking project? pls any say answer?
Explain the concept of object repository and how quicktest professional recognises objects?
What is the process of synchronizing qtp and aut?