1
Reply

What is integration testing?

Bhasker Das

Bhasker Das

Jul 13, 2006
6.8k
0

    Integration testing :-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.

    Bhasker Das
    July 13, 2006
    0