Object recognition in QTP is based on which model ?
a) COM
b) DCOM
c) DOM
d) None of the above
Answer Posted / sukumar
Microsoft Component Object Model [ COM ]
Initial development of automated tests with QTP is usually
done by record-and-playback. A user's actions are captured
via Microsoft's Component Object Model (COM). These are
recorded as VB script-like commands into "Actions", which
are similar to functions. All manipulated objects that QTP
recognizes are also added to the object repository. Once
recorded one gets editable QTP scripts.
After clicking on the playback button all these
actions will be played back. During playback, QTP attempts
to identify and manipulate the same objects, again using COM.
Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
I want to do QTP Certification what is the pattern of Question paper.
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How to test background color and dynamic images during run time can you put the check point for moving objects?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
What is regular expression?
tell me QTP standards ?plz
What are the properties you would use for identifying a browser and page when using descriptive programming?
Explain different types of action in qtp?
How to run a test using quicktest professional (qtp)?
In what occasion we can specify global sheet and action sheet?
How to run a test using quicktest professional?
How to modify the text checkpoint?
What is an expert view and keyword view?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..