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 do I get the QTP scripts result in xml format by using vb script function?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
How do you create regression test packs?
What is the XML file architecture ?
Explain building blocks of the bpt framework ?
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…..
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
Differences between quicktest professional (qtp) and winrunner?
what the difference between shared repository and per action repository?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
Explain QTP using different development techniques ?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
How to use transactions in qtp?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet