What is the Driver in Integration Testing..Anybody can
explain it.....Thanks in advance.....
Answers were Sorted based on User's Feedback
Answer / ramesh naik
In Bottom Up approach, the Child modules are developed
first. As the parent modules are developed, they are
integrated with the Child modules to perform integration
testing. In the process, if at all any parent module is
missing, inorder to continue the integration process, a
temporary program (called as DRIVER) is submitted in the
place of parent module.
| Is This Answer Correct ? | 7 Yes | 0 No |
Hi,
Basically integration testing can done in two ways
Top-down approach and Bottom up approach.
in top down approach we can use stubs.
in bottom up approach we can use drivers for integrating
the modules.using drivers for each new module being tested
in integration with all lower-level modules.
eg: we need to integrate 3 A,B,C modules then by using this
approach the lowest-level modules "B" and "C" are tested
with drivers. Next, the higher-level module "A" is tested
with a driver in integration with modules "B" and "C."
Finally, integration could continue until the top-level
module of the program is tested (with real input data) in
integration with the entire program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreekanthreddy
drivers are simple program designed specifically for
testing that make calls to these lower layers......
| Is This Answer Correct ? | 1 Yes | 0 No |
To test a application what is required is functional specfication or busniess requirment ?
what are iso,cmm,cmmi,level1,level2 etc in testing?
What is the priority in fixing the bugs? Explain the severity u rate for the bugs found?
Explain the difference between integration testing and system testing with real time examles?
1.What kind of i/p we require from end user to start proper esting? 2.what's confirmation testing ? 3.Whats pilot testing ? 4. what's Defect cascading ? 5.Concept of work bench ?
what are the techniques(steps) to follow for writing test cases? could u explain me with brief real time example?
What is Bugzilla? Can I used it manually, If yes then how can i used it? Can I used it in .NET Environment?
can anyone send me the test cases apart from an bank application form?
What will you do if developer is not able to reproduce defect ?
What is the limit for test steps?It should be 10/20/30etc
Who will do the Effort Estimation and Scheduling ?
How to find bug in photos and videos ??