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
How can you give wait up to 10 seconds in qtp?
what type of run time errors you get while you ar edoing rpg program?
Explain calling sub procedure.
How does qtp recognize objects in aut?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Describe function procedure in vbscript.
What phases are involved in testing an application in qtp?
Explain about Test Fusion Report of QTP?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
What do you mean by checkpoints in qtp?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Can we create user defined functions in qtp?
Generic function to search for the unique link in webtable and click on it
What is the diff between image and bitmap check point?
Where we use data driver in qtp?