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 |
Hello Everybody, How to maintain the page state in QTP. My scenario is: 1. I opened a notepad file. 2. Entered some text in the notepad file. 3.And changed the font type and color of the notepad file. And saved that. 4.Now next time when I will open the notepad it is showing the changed font type and color, rather than the default values. Please provide the code. Thanks, Gaytri
what are the different Frame Works in Quick Test Proffessional testing
How to capture dynamic objects in qtp like mark up text
Explain abt the File System Object in QTP with ex
What is smart identification?
does test plan is in test strategy or test strategy is in test plan
Explain about reusable actions?
How many types of OBJECTS are there in QTP?
8 Answers Intel, Inter Globe Technologies,
What is QuickTest Automation Object Model? Where we can use AOM?
How to execute the test cases using QTP. i.e What is the use of QTP while execution
How do I get the QTP scripts result in xml format by using vb script function?
What are the different types of action?