Explain in brief about the QTP Automation Object Model.
Answer Posted / sreeprasad
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
explain structured testing? plz guys with exp. do answer
What is meant by Output Value in UFT?
What are main panes available in qtp test browser?
How can you identify the browser and its information using QTP script?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is the difference between call to existing action and copy of an action?
Explain how you can delete excel file in qtp?
what is object and child object.. explain ..if possible give some example for better understanding ..
What are some test assets and related extensions of qtp?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
Differentiate the type of test cases which can be automated and which cannot be automated?
What are the properties you would use for identifying a browser and page when using descriptive programming?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How can i check items sorted or not in a weblist ? Give me the script for this...
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.