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 |
in qtp how we work with out put values and what is the process?
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
What is the dis advantage of check points in QTP, if any?
What are the advantages of qtp?
When and why to use descriptive programming?
How to find the difference between 2 dates in qtp?
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
What is synchronization? What are the ways you can synchronize?
what are the files created after executing QTP script file, please specify the file names with extensions
How to retrieve particular cell data in excel sheet ?without importing method.
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.
What is the syntax to use out of two characters. Pls anybody can give the answer.. Thanks in advance...