Tell about automation object model(Aom) in qtp?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kapil
Write the above script in notedpad and save it with .vbs
extension.Open the file and run it.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / praveen
i agree with u, but i have one doubt in that scenario
how to execute the AOM program, can u explain
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sugumar
Essentially all configuration and run functionality
provided via the QuickTest interface is in some way
represented in the QuickTest automation object model via
objects, methods, and properties. Although a one-on-one
comparison cannot always be made, most dialog boxes in
QuickTest have a corresponding automation object, most
options in dialog boxes can be set and/or retrieved using
the corresponding object property, and most menu commands
and other operations have corresponding automation
methods.
You can use the objects, methods, and properties exposed by
the QuickTest automation object model, along with standard
programming elements such as loops and conditional
statements to design your program
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srinivasulu thatavarthi (94903
Aom is the automate the qtp,Functions,Libraries,and Object Repositories.ini..etc now i am writting aom script Launch QTP,Minimized qtp,maximized qtp, and close the qtp
dim qtapp
set qtapp=createobject("QuickTest.Application")
qtapp.launch
qtapp.visible=True
qtapp.windowstate="minimized"
qtapp.windowstate="maximized"
qtapp.windowstate="minimized"
qtapp.windowstate="maximized"
qtapp.quit
write that script on notepad and save .vbs file u can click that script automate qtp and close the qtp
Is This Answer Correct ? | 0 Yes | 1 No |
how do you do database testing in qtp
what is frame work of qtp?
How to use descriptive programming?
how your doing reporting in your script?
I open login gmail page after that QTP is not able to identify the object present in it then what u will do
hi friends i was tried to connect qtp with oracle database using provider.i got a error.so anyone can help me out by correct script
How we can we create a Text checkpoint in QTP 9.1,Actually what i did is first i put in recording mode and gofor Inser menu>Checkpoint>Textcheckpoint>click,Now an hand symbol came and i showed it to some textbox and cliked but the QTP9.1 is giving an error message like "The Obkect you are selecting doesn't support this operation" If i go for Help of QTP 9.1 information I didn't get any solution,pls help me in this issue.
when to start the automation?
any one can send me the concepts of qtp
In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?
What is the function of Filter in QC . give with a real time example.
What are the types of Object Repository’s in QTP?