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 |
Hi Friends Can Any one give test cases on Credit card system
After which phase you are performing UAT?
What is quality center?
How do you differentiate the roles of Quality Assurance Manager and Project Manager?
What are the roles of glass-box and black-box testing tools?
why r u looking for change?what should be answer for this?i faced this question in an interview.suggest be gud answers.
hi, can any one tell me which book is simple to learn (technical words)in testing ?
What are the Testing types can Follow for Web application Project ?Please Help me .....Urgent ....
3 Answers CTS, Indian Airlines,
What is the diffirent part of Case Studies?
how can s/w QA process be implemented without reducing productivity?
my mail id is mudaseer123@gmail.com and password:qwertyiop but if i enter mail id in capital letters and password correctly should then what will happen?does it display login failed?
.what are the diff between desktop and web applications?