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.
System Testing:system testing will conducted on the entire system to check whether it is meeting the customer requirements r not. |