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 |
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
what is object spy
Can you brief the hurdles you faced during Automation testing?
Explain QTP testing process?
How to import a test case present in ".xls" file to TD under a Test set?
what are pretesting activities
What will be happen if i load object repository at run time, but it has already associated.
Which MS Excel formulas are possible to use in the DataTable? I am searching a formula for searching a field in the datatable
On what document base Descriptive programming is written if build is not yet ready ?
Give me brief idea about QTP automation object model?
What are the benefits of qtp?