Wednesday 7 September 2011

QTP – AOM (Automation Object Model)

Leave a Comment

AOM stands for Automation Object Model

It’s a model or methodology which helps us interact with QTP and QTP’s utilities during execution time.
This AOM helps us in many ways to interact with QTP (during execution time).

Such as:
o   Adding Object Repository
o   Using Object Spy
o   Running Batch Tests
o   Loading Functional Libraries to QTP
o   Initiating Results directory
o   Opening QTP
o   Executing QTP Tests
o   Using QTP’s Utilities (Options, Settings, Environment Variables & so….)
o   Closing QTP
o   And so on..

Generally, QTP can be represented in terms of classes and properties.

Therefore, QTP Automation Model is that all interfaces, dialogue boxes and other functionality within QTP that can be used to represented in terms of QTP classes and properties.

Thus opening of QTP, loading add-ins, running batch scripts or other similar routine and repeatable tasks can be actually done by writing a script that "AUTOMATE" these operations, making use of the QTP AOM – Automation Object Model.

We can use the QuickTest Professional Automation Object Model to write programs that automate your QuickTest operations. The QuickTest Automation Object Model provides objects, methods, and properties that enable you to control QuickTest from another application.

0 comments:

Post a Comment

Wednesday 7 September 2011

QTP – AOM (Automation Object Model)


AOM stands for Automation Object Model

It’s a model or methodology which helps us interact with QTP and QTP’s utilities during execution time.
This AOM helps us in many ways to interact with QTP (during execution time).

Such as:
o   Adding Object Repository
o   Using Object Spy
o   Running Batch Tests
o   Loading Functional Libraries to QTP
o   Initiating Results directory
o   Opening QTP
o   Executing QTP Tests
o   Using QTP’s Utilities (Options, Settings, Environment Variables & so….)
o   Closing QTP
o   And so on..

Generally, QTP can be represented in terms of classes and properties.

Therefore, QTP Automation Model is that all interfaces, dialogue boxes and other functionality within QTP that can be used to represented in terms of QTP classes and properties.

Thus opening of QTP, loading add-ins, running batch scripts or other similar routine and repeatable tasks can be actually done by writing a script that "AUTOMATE" these operations, making use of the QTP AOM – Automation Object Model.

We can use the QuickTest Professional Automation Object Model to write programs that automate your QuickTest operations. The QuickTest Automation Object Model provides objects, methods, and properties that enable you to control QuickTest from another application.

No comments:

Post a Comment