Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 1:
'''Integration testing''' (sometimes called Integration and Testing, abbreviated '''I&T''') is the phase of [[software testing]] in which individual software modules are combined and tested as a group. It follows [[unit testing]] and precedes [[system testing]].
Integration testing takes as its input [[module (programming)|modules]] that have been [[unit testing|unit tested]], groups them in larger aggregates, applies tests defined in an
==Purpose==
The purpose of
The overall idea is a "building block" approach, in which verified assemblages are added to a verified base which is then used to support the Integration testing of further assemblages.
The different types of integration testing are [[Big Bang (project management)|
==External links==
Line 22:
{{compu-stub}}
[[Category:Software testing]]
[[de:Integrationstest]]
|