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 are the types of data tables in qtp?
Where we can use the analog mode and where we can use the low – level mode?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
When and why to use descriptive programming?
What is expert view and keyword view?
What is ObjectParamater?
What is the purpose of loading qtp add-ins?
Discuss quicktest professional environment?
What is checking bitmaps?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
What are the advantages of parameterization ?
Define Error Pane of UFT?