wht is Driver in Integration testing
Answers were Sorted based on User's Feedback
Answer / kamblep
When u want to test a function in any of the module/s u need
to write a driver function which is nothing but a main()
function through which u invoke the function in the
corresponding module/s.It is generally the responsibility of
the developer and hence falls under White Box Testing.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / rafi
in integration testing we have a 2methods that is
top down integration testing and
bottom up integration testing
In bottom up integration we using drivers
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / rohituppal
Drivers are used in bottom up approach of integration testing.
Suppose there are 3 modules A, B & C as shown below
A
|-> B
|->C
Bottom up approach tests module C first then B then A
Now suppose module C & B are ready but module A is not ready.
So in this case instead of waiting for module A to get ready tester will write some piece of code so as to get the required output that module A expected to give. This is driver itself.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / reddy
In integration testing we have 4 methods. In that 4 methods,
bottom-up is one. Here we are integrating sub modules
without iteration of main module. That time we using driver
between main module and sub modules.
Driver is nothing but a temporary prog.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between SIT and IST?
Hi this is sridhar,iam working in a small organization and i have 1 year exp in manual testing,which type of questions will ask if i keep 1+exp in other companies.pls send your valuable suggestions for me.And my e-mail id is sridharraghava@gmail.com ne
Test approach to windows update?
What is workadround
What type of testing process is going on your company ?
what is e-tester?
What if the client finds a defect after delivering the product? How will you react and justify?
2 Answers HeadStrong, IBM, Somany Ceramics,
any one can explain error guessing..?it depends on validation or functional testing? give one example ..?
design a black box test suite for a program that accepts two strings and checks if the first string is a substring of the second string and displays the number of times the first string occurs in the second string.
How can a white box testing performed ? MAnual or automated ?
What is Bug Validation? What can be a different resultant after the same?
what is testing methodology?