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 |
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
Hi all, In Every interview interview asking one question what type of challenges you have been faced in your project?
What is the use of Debug Viewer?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account
In Remote acess server how u run a test?
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.
In Test Director bug rEPORTS, wHAT ARE THE CONTENTS(fIELDS)? iF yoU PREAPARE BUG REPORT IN eXCEL sHEET , hOW U SEND TO dEVELOPMENT TEAM THRW T.D?
How many ways we can parameterize data in QTP?
How to identify whether a web page exists or not without using Browser(" ").Page(" ").Exist?
What are the enhancements u did after recording ur script?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.