Give me brief idea about QTP automation object model?
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
By using QTP Automation Object Model(AOM), we can virtually
control every feature of QTP and we can use objects,
properties and methods i.e
We can script such way that what add-ins should be loaded,
which OR to load, test setting options, and even we can
write a script that modifies the test object description
properties in the Object Identification etc…
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / srujan- noetic soft
Essentially all configuration and run functionality provided
via the Quick Test interface is in some way represented in
the Quick Test automation object model via objects, methods,
and properties. Although a one-on-one comparison cannot
always be made, most dialog boxes in Quick Test 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 Quick Test
automation object model, along with standard programming
elements such as loops and conditional statements to design
your program.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / venkat
Using AOM we Can Automate The Quick Test Process .This AOM
Supports Some methods and Properties Through Those Methods
we can open the test ,select the addins,save the test
finally close the test.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / manjunath
Hi All,
Object model: object models mainly classified in to
1. Object repository : interfaces between application & QTP
tool ( using physical properties Q T p identify object in
the window (or) page (or) application).
2. Object identification : here tester converts non-
standards object in to standard object.
3. Object Spy : Using this, tester can know the physical
properties of the object
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / atin
TOM or test object model is the object model that QTP uses
to recognise objects in the application. Every object has a
set of properties and attributes which QTP uses to perform
operations. Also using these attributes in form of
mandatory and assistive properties, QTP recognise the
particular object
- Atin Srivastaav
TCS
| Is This Answer Correct ? | 1 Yes | 6 No |
plz anybody tell me how to explain the architecture of one particular project.plz give me answer for this.....RAJESH
Can someone tel additonal features which has been included under QTP 9.0 which is not there in 8.2 version?
I installed QTP 9.5 on vista. Can someone please provide me the license key of the same. Thanks, Avi
what is debugging testing?
How to creating an output value using quicktest professional?
anyone can explain Diff B/w Actions and Functions
How can we upload pdf files in qtp?
How to Close all browsers in reverse order.
By using QTP can we record any log files written by the application which is in execution?
Tell me Three major differences between QTP & Winrunner?
which is the easiest way you can send the QTP test results to Client if he want to see the screenshots when the results are failed?
difference between waitProperty & Checkproperty