What is the difference between driver-script and AOM-script?
Answers were Sorted based on User's Feedback
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 |
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 |
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
How to make arguments optional in a function?
Can anybody help me by sharing the code for checkbox in qtp using vbscript.
how can we group that these test cases only should be automated and in which order you execute that test cases
what is the Command used to start the QTp from Run.(start-> Run)
Any one please tell me how to create framework in QTP (in detail). Is there any website for reference?
How can you write the scripts that operate on different objects depending on run-time information?
what is ODC and GDC?
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
In QTP, What is Global action and Local action?
what is the extension for QTP files?
Suppose there is a bitmap with some text in it how do you write the script to get the text.