Object recognition in QTP is based on which model ?
a) COM
b) DCOM
c) DOM
d) None of the above
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nisargadatta
DOM, Data object modeling. where in which it fetches using
HTML tags.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to find if given number is prime or not
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
Give me exact application where we should use low level recording?
What is throw object?
what is the extension for QTP files?
16 Answers American Solutions,
Can we Run the Tests developed in QTP 8.2 in advanced versions like 9.0, 9.1, 9.2...etc.,
can onyone tell me how to comapre the output of two different Data Bases in QTP?
i have to pass the testcases into userid anf password of gmail login page using functions you can take your own testcaseslike userdid should take only lowerletters it should not take special charactors and uppercase letters and password should take only numericvalues it should not take alphanumeric and alphabets
In QTP 8.2 there are lot of check points is this same in latest version QTP 9.5 ?
How does qtp recognize objects in aut?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.