システムテスト - CI/CD用語集の定義
システムテストは、内部構造を知らずに、組み立てられた製品全体を要件に対してチェックします。
システムテストは、本番を模した環境で、完全に統合されたアプリケーションを指定された要件に対して検証し、ソフトウェアをブラックボックスとして扱います。
システムテストは、内部構造を知らずに、組み立てられた製品全体を要件に対してチェックします。
統合テストとの違い
統合テストはコンポーネント間のインターフェースに焦点を当てますが、システムテストは完成したシステムのエンドツーエンドの振る舞いを機能要件および非機能要件に対して評価します。
関連ガイド
Integration Test - CI/CD Glossary DefinitionIntegration Test: An integration test verifies that two or more components work correctly together, exercisin…
Acceptance Test - CI/CD Glossary DefinitionAcceptance Test: An acceptance test verifies that the software meets the agreed business requirements and acc…
End-to-End Test - CI/CD Glossary DefinitionEnd-to-End Test: An end-to-end (E2E) test exercises a complete user flow through the fully assembled system,…