← Glossary
マネジメント系 (Management)Tested 2×
ソフトウェア結合テスト
そふとうぇあけつごうてすと · Software integration testing
Also known as: 結合テスト
A testing phase in which individually tested programs are combined and their interfaces are verified to work correctly together. It focuses on confirming that data is passed properly between programs and that the interaction points are consistent. Integration testing is performed after unit testing and before system testing.
Past questions testing this term · 2 questions
- 2010h22h #34ソフトウェア結合テストに関して説明したものはどれか。
- 2010h22h #40表計算ソフトを利用して、次の3種類のワークシートを作成した。それぞれのワークシートをプログラムと考えるとき、これらのワークシートの動作を確認するテストのうち、結…