GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing

 Print  |  
Question:  What is integration Testing?



June 06, 2006 00:46:34 #5
 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