What is driver script and driver script in qtp frame work????

Answers were Sorted based on User's Feedback



What is driver script and driver script in qtp frame work????..

Answer / santhosh

DRIVER SCRIPT initialize qtp to run....
it is written using vb script

this script launches the qtp and the aut ( application
under test ) and it passes the test data from the
datatables and it invokes the library functions and
the result is sent to the result xl datafile
objects are added to object repositary

dtivers script ----> contrOl file ----> QTP - LIBRARY
FUNCTIONS ----> OBJECT REPOSITARY ---> DATATABLE ---->
RESULT DATATABLE

driver script is a part of qtp framework....

Is This Answer Correct ?    19 Yes 1 No

What is driver script and driver script in qtp frame work????..

Answer / babul

The Driver Script calls initialization function to
initialize the input data parameters. It then calls a
controller function, which has a Keyword Routine. It reads
the Keyword and Data from the Data Table and then calls the
corresponding Functions and Subroutines along with the input
from the data table. The controller function handles this
feature of calling the functions separately. Once the
functions are executed, the control is then transferred back
to the Controller for the execution of next set of records
based on the keyword in the table.

Is This Answer Correct ?    14 Yes 6 No

What is driver script and driver script in qtp frame work????..

Answer / raj kumar

Main Script file in framwork is called a driver, where you are colling the all the function or action.

Is This Answer Correct ?    14 Yes 9 No

What is driver script and driver script in qtp frame work????..

Answer / poornima . d

The Script which drives the entries execution is said to be Driver scripts

Is This Answer Correct ?    1 Yes 0 No

What is driver script and driver script in qtp frame work????..

Answer / ananth

Driver Script means it will organize the complete script execution on the application and it will export the results to the specified path.

Is This Answer Correct ?    0 Yes 0 No

What is driver script and driver script in qtp frame work????..

Answer / sanjay gupta

driver script is used to automate the qtp operation it self.
it is using .net,vc++ and java, but not vb script

Is This Answer Correct ?    4 Yes 19 No

Post New Answer

More QTP Interview Questions

I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so

0 Answers  


Step 3&4 are repeated until an the object in recognised uniquely.

0 Answers  


Sometimes my QTP scripts works fine and sometimes its not though I am using same shared Repository and am not doing any changes in it.Even though for descriptive programming also its works fine and sometimes it does not work.my application is pretty stable.Could anyone please answer why am facing these types of issue??

1 Answers  


Is it mandatory to know abt regular expression in descriptive programming

2 Answers  


Have you worked with QC?

1 Answers   Satyam,


How many ways we can parameterize data in QTP?

1 Answers   Crea,


What is the extension of the qtp local repository?

0 Answers  


in login module login button chage regularly(means login button change to submit button).What is the code for it.

3 Answers  


What is the limitation to XML Checkpoints?

1 Answers  


Please give me the steps to carry out datadriven in QTP8.2

2 Answers  


I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error

0 Answers  


Under what conditions would you recommend QTP for future projects?

1 Answers  


Categories