| |
GeekInterview.com > Interview Questions > Testing
| Print | |
Question: What is integration Testing?
|
| June 06, 2006 00:47:18 |
#6 |
| Manali |
Member Since: Visitor Total Comments: N/A |
RE: What is integration Testing? |
Integration Testing comes under White Box Testing, after testing individual units in unit testing all of them should be tested for working in integration with each other, Integration Testing can be done with different methods e.g. Top-Down, Bottom-Up and Sandwitch Testing, user can use Stubs (Sub-Modules) and Drivers (Parent Module) for integration Testing. It is a middle layer of testing between Unit and System testing. |
| |
Back To Question | |