what is the difference between Automation object model(AOM)
and test object model(TOM)
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
By using QTP automation object model, we can automate QTP
operations.
By using object, methods and properties provided by QTP, we
can write programs that can configure QTP operations and
settings.
For example, you can create and run an automation program
from Microsoft Visual Basic that loads the required add-ins
for a test or component, starts QuickTest in visible mode,
opens the test, configures settings that correspond to those
in the Options, Test Settings, and Record and Run Settings
dialog boxes, runs the test, and saves the test.
Test Object Model, is nothing but how QTP identifies the
objects in the application.
How to get the class of an object, what mandatory and
assistive properties are used during recording the
application, how it identifies the objects during run
session etc...
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / nani
An object model is a structural representation of software
objects (classes) that comprise the implementation of a
system or application. An object model defines a set of
classes and interfaces, together with their properties,
methods and events, and their relationships.
for more information go to the QTP Help.
| Is This Answer Correct ? | 2 Yes | 1 No |
Explain calling sub procedure.
I want some banking domain projects where can i get this projects ( anybody can help me plz)
Tell me Three major differences between QTP & Winrunner?
WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
What are the Features & Benefits of Quick Test Pro ?
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
what is the smart identification techniqu?what r the different mechanisums used in it?
does automation replace manual testing?
Can we call a parameter from an action to other action?
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0
what is difference betweein qtp 9.0 and 9.2
How to define array in qtp?