Sanity Test - CI/CD用語集の定義
sanity test とは、システム全体を再検証することなく、特定の新しい変更やバグ修正が期待どおりに振る舞うことを、狭く焦点を絞って確認するものである。
どう違うのか
smoke test は build が安定していることを広く確認し、sanity test は変更後に 1 つの関数や修正が筋の通ったものかを狭く確認します。
関連ガイド
Smoke Test - CI/CD Glossary DefinitionSmoke Test: A smoke test is a quick, shallow check that the most critical paths work at all, run first so an…
Regression Test - CI/CD Glossary DefinitionRegression Test: A regression test re-runs existing tests after a change to confirm that previously working f…