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

there is 3 flash player buttons does QTP identify them or not else we have to do install anything related that software if we have to install what is that software and how we install it into QTP8.2 GIVE ME EXCAT ANSWER IF U KNOW.

1 Answers  


Hi .. i want to write the script for the combo nox list . For example if any combo box having a multipul itme. So how can i retrive each item for each iteration ? help me out .

2 Answers  


how to acess a test in RSA?

0 Answers   IBM,


How to use descriptive programming?

0 Answers  


what is action in QTP?

1 Answers   Infosys,






How do you invoke an application using the step generator in qtp?

5 Answers  


How is test case write?

0 Answers  


what is objectidentification?

2 Answers  


Can we check environment variable value without existing of environment variable

2 Answers   NIIT,


If I change the object name in one action will it be updated in all the actions? Or not?

0 Answers  


explain keyword driven framework?

2 Answers   Mindlance,


I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?

2 Answers  


Categories