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
What's the relationship between environment reality and test phases?
How do you scope, organize, and execute a test project?
What different types of manual testing are there?
What is the Testing strategy for testing client server applications/products?
Can you explain decision tables?
9.Data – driver automation typically includes?
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
Any one send me sample question for multimedia testing with microsoft access database. I am having interview next week. Please post it or send me my personal e-mail. Thank You
Can you explain the workbench concept?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
Write all combinations of test cases for calculater on + symbel
Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.
In simple steps how will you do unit testing using VSTS?
could anyone explain application testing in sequence order i don't have any experience in that
What is regression testing? When to apply it?