This page is dedicated to the process of Integration Testing. Integration testing can be performed on an ad-hoc basis, or continuously. Continuous integration is the preferred method as it is performed frequently following minor system changes, as opposed to ad-hoc integration testing which is performed infrequently following large system changes.

Articles

Titlesort iconAuthor(s)Notes
Continuous IntegrationMartin FowlerArticle describing what Continuous Integration is, and what the benefits can be.
Fighting Bugs: Remove, Retry, Replicate, and RejuvenateMichael Grottke,
Kishor S. Trivedi

Case Studies