wht is Driver in Integration testing. Anubody can answers it
Answers were Sorted based on User's Feedback
Answer / srinivas
Driver is a virtual environment, when one of the main
module is not completed at the time of Integration Testing,
then testing team installs a virtual environment called
Driver and follows the bottom-up approach to test.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / raghu
Driver a duplicate module fixed if any module in b/t is not
ready..
| Is This Answer Correct ? | 3 Yes | 0 No |
While intigrating the modules in bottom/top approach if any
mandatory module is not ready then they will be intigrate
with temp program. This program is known as driver.
While intigrating the modules in top/down approach if any
mandatory module is not ready then they will be intigrate
with temp program. This program is known as stub.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajiv jindal
driver is actualy a piece of software which has the
capability to produce an input to invoke the proceeding
module...
drivers are used during bottom up integration testing and
are difficult to creat... (it can also be count as one of
the disadvantage of bottom-up testing)
correct me if m wrong...
Rajiv Kumar Jindal
(Test Engineer,Noida)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satyam
when you want a testing an application you create a driver
in asp application with one case it develop in .net format.
so when u sent a xml request to the asp application it will
give result while in transformation driver is useful to
carry your proper data from that application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
in integration testing when we follow bottom-up approach we connect sub-modules to main modules, if some modules are missing then we write calling program which is known as driver
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nishant
Driver script is the main Action, which will call all the
unit scripts in a test.
| Is This Answer Correct ? | 0 Yes | 3 No |
Where we use data driver in qtp?
when we enter url,one page should open.write a vb script ,that page is open or not
2 Answers Blue Chip India, Persistent,
synchronization, wait,wait Property?
what r advance features u had done in QTP?
What is the use of running the scripts in Hidden-mode in UFT?
hi, In A Table there are some columns and dynamic rows and in each row in first column there is a link with name. upon clicking on that link it will show some details. write the vbscript to check that link without descriptive programming?
Which object repository we use in real time and can we merge 2 object repostiory and how?
how we will use output values in qtp? is there any possibulity by descriptive programming?
what is objectidentification?
Why VB scripts are used in QTP and TSL in Winrunner, is there any advantage of using VB Scripts
How do client side image and server side image work?
difference between waitProperty & Checkproperty