Tell about automation object model(Aom) in qtp?
Answer Posted / koteswara rao m
we can close Qtp from Qtp by using the Automation object
model.
Automation object model is nothing but collection of
objects,methods and properties which are used to perform
quicktest operations.Throught this object model we can
perform any operation described in QTP interface.
For every option in QTP menus(Interface) have
Objects,methods and properties are there in this model.
Eg: dim qtApp
set qtApp=createobject("QuickTest.Application")
qtApp.Launch /*It launches the QTP
qtApp.visible= "true" /* Qtp is visible to us
qtApp.close /* It closes the Qtp
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is the differences between image check point and bit map check point?
write script for bitmap image?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
When to use shared and local object repository?
What are benefits of qtp?
Key word driven framework
Can anybody post some real time scenario in qtp? please its very urgent.
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
What are the advantages of a Hybrid framework?
How QTP support all types of applications (platforms)?
How to associate function library at a run time?
What is keyword driven framework?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
How to do call a output parameter from one action to another action??/