What is QuickTest Automation Object Model? Where we can use AOM?
Answer Posted / 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 |
Post New Answer View All Answers
What test cases can you automate using QTP?
how to find that tools work well with your existing system?
How can I use Call dlls in QTP ?
how to download mercury qtp9.2 ny internet ?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
How you can decide which type of object repository you have to use?
describe some problems that u had with automating testing tool?
What are the types of object repository in qtp?
How does QTP identify an object?
If I change the property value at runtime is it effect is object repository?
What are the benefits of qtp?
Explain the concept of object repository?
What is method name to compare two XML files.
What is optional step in qtp? How you can add optional step in qtp?
How do you open adobe acrobat file in QTP and do some testing on that file ?