What is the difference between driver-script and AOM-script?

Answers were Sorted based on User's Feedback



What is the difference between driver-script and AOM-script?..

Answer / bablu

Driver script is the one which we call all our generic functions , application are functions designed for a particular functionality.. And mainly when QTP should be in open position then we will navigate to Driver script location and we use.
AOM use to automate QTP application itself.. Usually we write AOM in VB file(.vbs)

Is This Answer Correct ?    4 Yes 0 No

What is the difference between driver-script and AOM-script?..

Answer / ramchandra patil

Hi,
While looking for Driver script I found below useful explanation

Driver script is the single main script of the Driver
Engine. It iteratively traverses through the data of
business scenario flow and calls the respective reusable
scripts sequentially. It also enables us to execute a
reusable script any number of times in a particular data row
of the variable test data sheet. It also updates the
database for execution results of a particular script run.We
write Driver script in QTP Action and run manually.

AOM- stands for Automation Object Model
QTP Provide a Component Object Model(COM)interface which
allows automation of QTP itself where we launch QTP.
We mostly write AOM code in vbs file.

Guys let if know if Iam wrong with valid answer.

Thanks,


Ramchandra Patil
9699851282

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined

0 Answers   Livetek,


How to make arguments optional in a function?

2 Answers   Crea,


Can anybody help me by sharing the code for checkbox in qtp using vbscript.

2 Answers  


how can we group that these test cases only should be automated and in which order you execute that test cases

3 Answers   Maveric, Satyam,


what is the Command used to start the QTp from Run.(start-> Run)

7 Answers   GE,






Any one please tell me how to create framework in QTP (in detail). Is there any website for reference?

1 Answers  


How can you write the scripts that operate on different objects depending on run-time information?

0 Answers  


what is ODC and GDC?

0 Answers   Patni,


write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading

0 Answers  


In QTP, What is Global action and Local action?

0 Answers   Virtusa,


what is the extension for QTP files?

11 Answers   AppLabs,


Suppose there is a bitmap with some text in it how do you write the script to get the text.

2 Answers   BirlaSoft,


Categories