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 |
how many types of actions r there? what r they? explain? pls give any one answer?
what are the different types of framesworks in QTP?what is the keyword driven framework?
how are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
how to idetfy which test cases are automated?who will deside that plz tell me
what is the command (keyboard command) to swith from expert view to key word view
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
can any one tell me the script to click on a button in the wintoolbar.
How to call .vbs funtion , Library files in QTP? plz Explain indetail(chandana)
Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.
What is file database?
How to Import data from a ".xls" file to Data table during Runtime.