Published online by Cambridge University Press: 03 May 2011
“Computers are like Old Testament gods; lots of rules and no mercy.”
– Joseph CampbellOverview
The objective of integration testing is to demonstrate that modules comprising the application under test (AUT) interface and interact together in a correct, stable, and coherent manner prior to system testing. Integration testing is typically conducted by the development team and involves independent observation of the testing process. Integration testing may also be termed link or module testing, but it should not be confused with systems integration testing (see Chapter 8).
Testing should be performed against the functional requirements of the AUT using black box testing techniques. Test case design should demonstrate correct interfacing and interaction between modules but should avoid duplication of unit testing effort (however, where appropriate, reuse of unit tests should be considered to reduce testing timescales and effort).
The precise definition of a “module” depends on the approach to design of the AUT and the implementation technology. For example:
A module in an application developed using a procedural programming language could be represented by a closely related group of functions or procedures that perform a well-defined service within the AUT and that communicate with other component modules via strictly defined interfaces
A module in an application developed using an object-oriented programming language could be represented by a collection of objects that perform a well-defined service within the AUT and that communicate with other component modules via strictly defined interfaces
[…]
To save this book to your Kindle, first ensure [email protected] is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.