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 |
What is the difference between Action and Function.? when both has the same functionaltiy, when do we choose Action and when do we choose Function..??
3 Answers DST Global Solutions,
Have you used TD?
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
After the execution of a script how do u upload the results to Quality Center. Pls anyone explain in detail. It is very urgent._______Thanks a lot!!
suppose take one row in a row 16 columns is there.in 16 columns 16 numbers is there.but i want to get each 3 column number.o/p :5 columns get in 16 columns means. so can anybody write this function? plz send if u know the answer.
How many types of recording modes in qtp? Which will be used when?
How to modify the text checkpoint?
waht is puirpose of accesbility Check point? waht is the use of Page and XML check points?
Hi All, I need code for how to execute qtp scripts from excell sheet
how are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.
what is run action?
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)