1
Reply

What is integration testing?

Bhasker Das

Bhasker Das

18y
6.8k
0
Reply

    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.