What is driver script and driver script in qtp frame work????
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / poornima . d
The Script which drives the entries execution is said to be Driver scripts
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
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 |
what are the different Frame Works in Quick Test Proffessional testing
Is any limitation to xml checkpoints?
IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS INDIVISUALY.
IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp GIVE CODE TO IT USING qtp
Where can I find and view run-time data table?
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?
How to use the Object spy in QTP 8.0 version?
Explain about the test fusion report of quicktest professional?
when i perametarization of the test through outputcheckpoint,i have seen run time error i.e outputcheckpoint mismatch .Plz tell anybody to me(qtp).How to clear that?
where we are going to write the descriptive programming.for example we are invoking qtp application where we are going to write that code
Discuss the QTP Environment?
What are the recording modes in qtp?