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 |
I came across Good question ..... Write a script to only download pdf's if there are 20 links on a page. Kindly reply these type of questions are pretty challenging..
Hi guys can any plz help me how to send fax in sample Flight Appication
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
How can i initiate the objects to find uniquely in OR
In 1st screen,if v enter a/c no. in one field, the information of the subscriber will be displayed. The details should be displayed only in screen 3(NOTE:details should not display in screen 2).How can v do using QTP.
How to create configuration scripts
What are the most frequent errors you faced while executing your scripts?
Can someone tel additonal features which has been included under QTP 9.0 which is not there in 8.2 version?
Why script error occur in between recording in qtp?
How QA specialist can identify when programmatic descriptions are useful?
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?