What is driver script and driver script in qtp frame work????
Answer Posted / 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 |
Post New Answer View All Answers
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
How to handle Java tree in QTP?
How do Parameterization and Data-Driving relate to each other in QTP?
how to download mercury qtp9.2 ny internet ?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What are the differences between quicktest professional and winrunner?
Diff b/w test scenario's and test Procedures?
What is the extension of qtp local repository?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What are the advantages of parameterization ?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
Explain quicktest professional (qtp) testing process?
What is accessibility check point?
Are Shared ORs read-only?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.