What is stub and driver in integration testing ?
Explain with example.
Answer Posted / mfsi_chinmayb`
Hi
Let me give a brief idea about Integration testing.
As the name suggest it is a process to sum up or assemble
different modules of the project and then jump for a testing
Let's we have three modules A,B,C.
While integration testing we have complete module A
developed but the rest are in construction.If we need any
function from B or C then we need to create a dummy one for
that t make the testing success for A.
Here the STUB is the dummy function for B or C and the
DRIVER is the module A who called the stub.
In the bottom to up approach(B,C are ready and A is undone)
then the DRIVER is B or C and the STUB is Dummy function.
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
what is the common in all s.o.p (standaed operating procedure)?
how to write defects in excel sheets when defects occured
What is difference between Manual testing and Pega/BPM testing?
how agile testing is performed and what are the related documents.
What is mean by multi-threading testing?
9.Data – driver automation typically includes?
What is white box testing, and what are the various techniques?
tell wat u did in ur banking project?
what is prototyping model,RAD model V model, spiral model?????
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance
what the purpose of requirement phase
What are different types of verifications?
HI GUYS,, I HAVE 3 YEARS OF EXP IN MANUAL TESTING...NEXT MONTH ONWARDS I WORK FOR MOBILE TESTING....PLS SUGGEST ME WHAT I LEARN FOR TRAING,, MOBILE TESTING OR ANDROID....FOR MOBILE TESTERS NEED ANDROID(IFONE) DEVOLOPMENT KNOWLEDGE OR NOT? EXPLAIN CLEARLY
What is function points??????
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases