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
How to use descriptive programming?
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
Explain the qtp test phases.
What is debugging? How you debug your script?
What is synchronization? What are the ways you can synchronize?
Explain the new feature of UFT regarding the export of test results?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
How to find a window is minimized or not
Explain process of smart Identification in QTP?
Write a script to verify font style and color of a windows object using descriptive programming
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is a quick test professional?
What is keyword driven framework?
How to check feasibility of the appliction?in automation testing?