Difference between revisions of "Integration testing"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''Integration testing''' (sometimes called '''integration and testing''', abbreviated '''I&T''') is the phase in software testing in which individual software modules are...")
 
(See also)
 
Line 7: Line 7:
 
== See also ==
 
== See also ==
  
 +
* [[Continuous integration]]
 +
* [[Design predicates]]
 
* [[Software testing]]
 
* [[Software testing]]
 +
* [[System testing]]
 
* [[Unit testing]]
 
* [[Unit testing]]
  

Latest revision as of 10:06, 19 August 2016

Integration testing (sometimes called integration and testing, abbreviated I&T) is the phase in software testing in which individual software modules are combined and tested as a group.

Description

It occurs after unit testing and before validation testing. Integration testing takes as its input modules that have been unit tested, groups them in larger aggregates, applies tests defined in an integration test plan to those aggregates, and delivers as its output the integrated system ready for system testing.

See also

External links