What is the Driver in Integration Testing..Anybody can
explain it.....Thanks in advance.....
Answer Posted / nani
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 |
Post New Answer View All Answers
What are the advantages of waterfall model?
write test case for gmail sign up page?
What do we need to build a quality QC team ? a QC manager with all junior QCs or a QC manager with all senior QCs?
What is difference between Manual testing and Pega/BPM testing?
Can you explain regression testing and confirmation testing?
How we can test Cookies Manually?
What are noise variables?
Hi....Friends....If anybody having Sample CSTP question papers, pls send it to the following Id... Thanks n advance... theramkumar@gmail.com
What are the major components of Perf Test Report?
There is an opening in our organization Sierra Atlantic, Hyderabad. All Manual test engineers with 2-3 years of experience can forward your resumes to mah_cs82@yahoo.com before May 01, 2008. (Only manual testers) with a covering letter, current CTC and Expected CTC.
how many meeting in realtime environment? what are they?plz explain?
What r the sequences that leads to automation?
In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).
What are similarities of Agile and Scrum?
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect