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 |
what are the types of priority and sevority?
A Good Test Case Means..?
what is v-model and explan with diagramm
write test 5 negative test cases for pen?
3) What is PDCA Cycle?
4 Answers Mind Tree, Scope International,
Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...
Can u tell me any 3 BVT's for yahoo login page ?
Hi,please help me out with my ques:what will be the url link while doing the testing?
how do u perform regression testing,means what test cases u select for regression
Tell me about the best bug you ever found.
what is the difference between pre UAT testing and UAT testing
7 Answers Accenture, Deloitte,
what reesponsibility of system administrator?