Explain the concept of how QTP identifies object.
Answer Posted / sreeprasad
During recording qtp looks at the object and stores it as
test object.For each test object QT learns a set of default
properties called mandatory properties,and look at the rest
of the objects to check whether this properties are enough
to uniquely identify the object. During test run,QT
searches for the run time obkects that matches with the
test object it learned while recording.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
What is the basic concept of quicktest professional?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Step 3&4 are repeated until an the object in recognised uniquely.
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Do you know how to connect database? Can you tell me the procedures?
What is data driver in qtp? Where we use it?
How to find operating system information using the qtp script?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
What is the purpose of loading qtp add-ins?
What is debugging? How you debug your script?
How to save your test using quicktest professional?
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.
What are some test assets and related extensions of qtp?
How to handle the exceptions using the recovery scenario manager in qtp?