Custom Search

Friday, October 3, 2008

What is integration testing?

Answer1: Integration testing, also known as integration and testing (I&T), is a software development process which program units are combined and tested as groups in multiple way.

Answer2: 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.

No comments: