Acceptance Test - CI/CD用語集の定義
acceptance test とは、ソフトウェアがビジネス要件を満たし、顧客または product owner に受け入れられる準備ができているかを確認するもので、しばしば user story の言葉で書かれる。
どう違うのか
system test が「正しく動くか」を問うのに対し、acceptance test は「それが正しいものか」を問い、受け入れ基準に照らして振る舞いを検証します。
関連ガイド
System Test - CI/CD Glossary DefinitionSystem Test: A system test validates the complete, integrated application against its requirements in an envi…
Functional Test - CI/CD Glossary DefinitionFunctional Test: A functional test verifies that a feature produces the correct output for a given input, che…