Integration testing

上一篇 / 下一篇  2008-05-19 11:14:32

Integration testing(sometimes called Integration and Testing, abbreviatedI&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 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.

The purpose of integration testing is to verify functional, performance and reliability requirements placed on major design items. These "design items", i.e. assemblages (or groups of units), are exercised through their interfaces using black box testing, success and error cases being simulated via appropriate parameter and data inputs. Simulated usage of shared data areas and inter-process communication is tested and individual subsystems are exercised through their input interface. Test cases are constructed to test that all components within assemblages interact correctly, for example across procedure calls or process activations, and this is done after testing individual modules, i.e. unit testing.

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.

Some different types of integration testing are big bang, top-down, and bottom-up.


TAG:

引用 删除 windsun   /   2010-03-23 10:59:09

markness
3Q
165023811的个人空间 引用 删除 165023811   /   2008-09-08 17:18:09
怎么就没中文的?
 

评分:0

我来说两句

日历

« 2024-05-10  
   1234
567891011
12131415161718
19202122232425
262728293031 

数据统计

  • 访问量: 14243
  • 日志数: 129
  • 建立时间: 2007-09-12
  • 更新时间: 2008-08-08

RSS订阅

Open Toolbar