What is driver script and driver script in qtp frame work????
Answer Posted / 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 |
Post New Answer View All Answers
How to remove the associated function library?
What is the use of Debug Viewer?
Without using gui map editor we can recognize the application in winrunner ?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
I want to do QTP Certification what is the pattern of Question paper.
What is difference between Recording time object identification and Run time (Execution) time.
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
Explain the difference between data driven testing and parameterization ?
What is the file extension of the code file and object repository file in QTP?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
What are the differences between quicktest professional and winrunner?
What contains Data Driven Framework document in qtp?
Why to use descriptive programming?