Did u come across STUBS and DRIVERS?How did u use these in
u r project ?
Answer Posted / jyothinapa
Stubs and Driver comes under integration testing.
integration testing means integrating the modules and
perform testing on that.
integration testing can be performed in 3 approaches
1.Top-Down approach
2.Bottom-Up approach
3.Hybrid approach
Top-Down approach means integrating the main module with
the sub module.during this time if some of the sub modules
are not finished that is if they are in
underconstruction,to continue the integration testing we
will put one stub in the place of constructive sub module.
In bottom-up approach the integration is performed from
bottom to up.here sub modules are integrated with main
module.during this time if main program is not ready that
time we will put driver instaead of main program for
continuing integration testing once they are fully
constructed the main program we aill replace that driver
with the main program.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
approx how long a simple website take time just for manual testing including report generation.
tell wat u did in ur banking project?
can anyone help me regarding testing patterns?
What is Online gaming, payment gateway development, hosting and custom software development services.
wht is Manual Testing Frame work
How do you test a web application for dump and deaf??
What is benchmark testing? hi friends... can anyone suggest the correct answer plz...
How should validation activities be handled?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
what is acid testing?
What icon is used in WinRunner to get an explanation of the syntax of TSL?
What is bidirectional traceability ??? and how it is implemented
What is the difference between latent and masked defects?
What r the things,u prefer and prepare before starting testing?