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
What is the pros and cons between QTP and Rational Robot
What is checkpoints for qtp?
Explain the benefits of quick test pro(qtp)?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
How many types of recording modes in qtp? Which will be used when?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
What r the different filters in defect in quality center
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
Whats the realtime QTP testing process
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
What are the views available in quicktest professional (qtp)?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Have you faced any problems with object repository?