受け入れテスト - CI/CD用語集の定義
受け入れテストは、ソフトウェアがビジネスが実際に求めたことを実現していることを確認します。
受け入れテストは、ソフトウェアが合意されたビジネス要件と受け入れ基準を満たしていることを検証し、ステークホルダーが提供された機能を受け入れるべきかどうかに答えます。
受け入れテストは、ソフトウェアがビジネスが実際に求めたことを実現していることを確認します。
CIでは
自動化された受け入れテストは、given-when-thenのスタイルで書かれることが多く、要件の生きたドキュメントを兼ね、リリース前にパイプラインで実行されます。
関連ガイド
System Test - CI/CD Glossary DefinitionSystem Test: A system test validates the complete, integrated application against its specified requirements…
Sign-Off - CI/CD Glossary DefinitionSign-Off: A sign-off is a formal, recorded statement by a responsible party that a deliverable meets its crit…
Quality Gate - CI/CD Glossary DefinitionQuality Gate: A quality gate is a set of pass or fail conditions, such as minimum test coverage, no failing t…