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?



May 05, 2006 03:16:00 #2
 pazhani   Member Since: March 2006    Total Comments: 25 

RE: What is integration Testing?
 

Integration testing

          Integration testing is testing of combined parts of an application to determine if they function together correctly. The parts can be code modules, individual applications, client and server applications on a network, etc. This type of testing is especially relevant to client/server and distributed systems. 

     

 

Back To Question