Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Tell about automation object model(Aom) in qtp?

Answers were Sorted based on User's Feedback



Tell about automation object model(Aom) in qtp?..

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

Tell about automation object model(Aom) in qtp?..

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

Tell about automation object model(Aom) in qtp?..

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

Tell about automation object model(Aom) in qtp?..

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

Tell about automation object model(Aom) in qtp?..

Answer / gayathri

aom IS THE CONCEPT OF "TO AUTOMATE THE QTP ITSELF"

Is This Answer Correct ?    1 Yes 1 No

Tell about automation object model(Aom) in qtp?..

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

Post New Answer

More QTP Interview Questions

I know the Basic QTP. But I wanted to learn descriptive programming in QTP. Without Object Repository how we can develop a script? I wanted to do one real time project using QTP. If you know this type of training is available in pune then let me know the address.

0 Answers  


A web Page has 2 frames. Find out the number of weblist items in the second frame of the page.

2 Answers   Virtusa,


can u write one user defined function for webedit class.

6 Answers   Cap Gemini,


3 differences between QTP & Winrunner?

1 Answers  


What does Reporter.Reortevent2 does?

2 Answers  


How to handle the errors without using recovery scenery?

3 Answers  


What is the use of sendkeys and what are send keys

0 Answers  


WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT

0 Answers   Infosys,


In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!

0 Answers  


How does you pass optional arguments in qtp?

0 Answers  


The string is like POWER STAR PAVAN , write a script for this how to findout the number of "A" in the string ?

7 Answers   TCS,


hi everyone today is the first time i saw this website,and hi iam siraj,iam very impressed by seeing evryones response towards questions,iam a newcomer and i have got tryining in testing can anyone please send me some projects relaited to testing.i know it is very confidential but still if u send it will a great help. my mail id venku_krs@yahoo.co.in

1 Answers  


Categories