English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

'Integration testing' refers to a software development activity.

2006-07-02 23:44:46 · 2 answers · asked by okamps 1 in Computers & Internet Programming & Design

2 answers

Integration testing (sometimes called Integration and testing and 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 modules that have been checked out by unit testing, 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.

2006-07-02 23:54:52 · answer #1 · answered by Devil M 5 · 0 0

Most large projects have a lot of parts, each being individually developed by a separate team.
Each part while being individually developed, goes through atleast two types of testing
- unit testing : where that particular unit is tested in isolation, assuming that it is given different kinds of simulated inputs and how it fares with them
- integration testing: all the modules have been developed by now. they get jointly compiled and integrated. The same is now tested against real/simulated data. This phase is called integration testing

2006-07-02 23:52:31 · answer #2 · answered by Neil 5 · 0 0

fedest.com, questions and answers