can u pls explain me About Driver script.
Answers were Sorted based on User's Feedback
Driver script is where we define how the QTP script execution should happen and in what flow operations need to be performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandhyasankar19@gmail.c
Driver script is nothing but which drives the entire application...whatever we use to drive the application will be included in that for example envi variables, functions, start n end transactions etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Driver script is a script which start loading the environment variable,varibale initialization,data import and drive the execution process as defined in the framewark.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suri
if we execute vbs file it launches qtp first with required add-ins and execute all scripts which are mentioned in Run Manager excel file.
| Is This Answer Correct ? | 0 Yes | 0 No |
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
Hi, I am trying to automate the web application for generating Reports.I am facing issue with IE while running the script. After 4 report IE crashes.I am using QTP 9.5 with IE version 7. Can anubody give me solution for this issue. Thanks in advance-Jyotsna
Use of Debug Viewer?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
WHAT IS PARAMITARIZATION?
How to match two doc files using qtp requirment is:- each and every single word of a doc file should be matched with the another doc file. can someone send me the code.
There r 1000 rows and 1000 coloums , in that I want pickup a name of the coloumn , pls dont say in sql statements , in interview one of the interviewer said it was a wrong answer pls any send me answer its urgent
write a script to close all open browser in qtp except one browser whose name is xyz
what is run-time object in qtp? explain with example?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
how to select particular value from the combobox in the current page which is entred in the previous page editbox after parameterization?
What is the difference between byref and byval in qtp?