What is driver script and driver script in qtp frame work????
Answer Posted / 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 |
Post New Answer View All Answers
What are the Test design techniques you uses in ur project?
Describe function procedure in vbscript.
How to open a new test using quicktest professional?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
what are the challenges you have faced while testing web based application using the automation tools ?
Where can I find and view run-time data table?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
What is quicktest professional?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
what is impact analysis on regression testing?
what is run-time data?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?