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 |
What is log file?How to write log file code?
2 Answers Apps Lab, Value Labs,
When u ll use Record Button in QTP?Is VB script is Mandatory in QTP? What is Meaning of Frame("v1")?
what is the use of VIRTUAL OBJECTS? explain ?
What are the enhancements u did after recording ur script?
How can you quit from Action.
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome .
Explain the features and benefits of quick test pro(qtp)?
if we made any changes in shared object repository how it reflects of others like our team members?
what is the hierachy of Descreptive programming?
Can I change properties of a test object?
Define Error Pane of UFT?
What is diffrence between Global variables and Environment variables...Anybody can give me answer..Thanks in advance..