What is the difference between driver-script and AOM-script?
Answer Posted / 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 View All Answers
What are the advantages of a Hybrid framework?
What is QTP testing process?
What are the ways you can synchronize?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
What is the basic concept of quicktest professional?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
how to evalute defects in QTP script?
Give the syntax to import/export xls into qtp.
What is accessibility check point?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
How to modify object property in qtp ?
Explain in brief about the quicktest professional automation object model?
What is the difference between call to existing action and copy of an action?
How many types of recording modes in qtp? Which will be used when?