Skip to content
EntityQ782466· pop 22· linked from 105 articles

統合テスト

Sign in to save

Also known as integration and testing

phase in software testing in which individual software modules are combined and tested as a group; occurs after unit testing and before system testing

Article · 日本語

統合テスト (英: integration testing)は、個々のソフトウェアモジュールを組み合わせて集合体としてテストするソフトウェアテストのフェーズである。統合試験とも呼ばれる。統合テストは、システムやコンポーネントの指定された機能要件への準拠を評価するために実施される。 単体テストの後、の前に行われる。統合テストは、単体テストされた入力モジュールを受け取り、それらをより大きな集合体にグループ化し、統合で定義されたテストをそれらの集合体に適用し、システムテストの準備ができた統合システムを出力として提供する。

Abstract from DBpedia / Wikipedia · CC BY-SA