QA Evangelist » Blog Archive » Integration Testing

Integration Testing

Testing of combined parts of an application to determine if they function together correctly. Usually performed after unit and functional testing. This type of testing is especially relevant to components integration for applications and client/server functions in distributed systems.

Leave a Comment