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 carry out bit map check points in QTP
What is meant by virtual obj and Y do v need virtual obj configuration.
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
What is the Obect Repository type, we use in Automated Testing..in Real time.. Pls anybody can give the answer.. Thanks in advance...
Which environments are supported by hp qtp?
I am having trouble understanding #1 how to paramaterize a userid and password that I need to call in about 25 existing scripts. I need to know how to Create a Reuseable action for 25 existing scripts that will call the exact same userid and password? I need to know how to create a Reuseable action and then have it called by existing scripts being run in a batch.
What is the difference between run time object and test object in QTP?
X=10,Y=20 you need to swap the numbers without using a third variable?
Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first
How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this.
11 Answers Thatavarti Technologies,
QTP is used better in which type of application Web based application or desktop application