What is QuickTest Automation Object Model? Where we can use AOM?
Answer / sonal.pagare
It's a way to write scripts so as to automate your QuickTest
operations.
This is a small list of places (but not limited to) where we
can use AOM. Thumb Rule - Use it at any place where you find
yourself doing repetitive tasks while using QTP.
• AOM can come handy when you have a large no of scripts to
be uploaded to QC. A simple script can save you hours of
manual work!
• Use AOM to initialize QTP options and settings like
add-ins etc.
• You can use AOM to call QTP from other application: For
ex: You can write a macro for calling QTP from excel.
Caution: AOM should be used outside of QTP and not within
the script (during playback). Though there is no harm using
it inside but some of the AOM statements might fail.
| Is This Answer Correct ? | 1 Yes | 0 No |
if we made any changes in shared object repository how it reflects of others like our team members?
WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY? Can any body tell me answer of this quation........
suppose take one row in a row 16 columns is there.in 16 columns 16 numbers is there.but i want to get each 3 column number.o/p :5 columns get in 16 columns means. so can anybody write this function? plz send if u know the answer.
What is wrong in my code?
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
without Qtp features can we automated?
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
how can you write a script without using GUI in QTP?
How can we do Data driven testing Using For loop in QTP?
What is the differences between image check point and bit map check point?
How to use custom checkpoints in QuickTest Professional?