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 |
Explain the check points in QTP?
What is business process testing(bpt) in qtp?
how we will use output values in qtp? is there any possibulity by descriptive programming?
In an interview what r the questions asked in qtp related project? pls any answer this question?
What is QuickTest Automation Object Model? Where we can use AOM?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
Can we put more than one action in a single script???? yes or no.....
When ‘option explicit’ keyword is used in qtp?
wt is automation framework? give explonation?
Explain about the quicktest professional (qtp) automation object model?
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
I want to know how to execute the descriptive programming in qtp for the webedit object which does not contain attached text property. but i have checked it with name and html id property. Even though it is not executing. it is giving error in object's physical description.