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.
| Title | Author(s) | Notes |
|---|---|---|
| Continuous Integration | Martin Fowler | Article describing what Continuous Integration is, and what the benefits can be. |
| Fighting Bugs: Remove, Retry, Replicate, and Rejuvenate | Michael Grottke, Kishor S. Trivedi |