What is QuickTest Automation Object Model? Where we can use AOM?



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

Post New Answer

More QTP Interview Questions

.qfl extension for which file? where vl use it

3 Answers   iFlex,


What is QTP’s model for test creation?

0 Answers  


describe common problems of test automation?

3 Answers  


Hi! Using Descriptive Programming How do we get Parent object for an object. Say, i want to get a parent object for a "Link" in a web page. thanks

3 Answers  


where did you automate in your project?(please tell me example senarios)

2 Answers  






wht type of User defined functions or Java Releated functions Do we write in VB scripting

0 Answers  


What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?

1 Answers  


In qtp, how you can exit for loop?

0 Answers  


hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this

0 Answers   Livetek, NIIT,


Suppose I want fail that check point? How can you do that?

0 Answers  


In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)

1 Answers  


Explain about reusable actions?

3 Answers   IBM,


Categories