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 |
In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?
What is the logic for reading(exporting)the data from flat files to QTP?Can anyone explain me with an example? I appreciate it!!! Thanks!!! Prasanna
How can you delete the results file (XML)
what type of framework u r using in ur organization
how do u get lib files into scripting files?
Scripts for Ascending order in qtp.
banking project description for software tester
When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?
How to change the run-time value of a property for an object?
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0
Explain different types of checkpoints?
What is difference between the For..Next and While..Wend statements?