サニティテスト - CI/CD用語集の定義
サニティテストは、特定の変更が期待どおりに動作することを確認する、焦点を絞った浅いチェックです。
サニティテストは、特定の新機能や対象を絞った修正が合理的に動作することを、より広範なテスト実行に進む前に確認する、狭く素早いチェックです。
サニティテストは、特定の変更が期待どおりに動作することを確認する、焦点を絞った浅いチェックです。
スモークテストとの違い
スモークテストはbuild全体の安定性を広く確認しますが、サニティテストは1つの領域や修正にズームインします。どちらも設計上、浅く高速です。
関連ガイド
Smoke Test - CI/CD Glossary DefinitionSmoke Test: A smoke test is a small, fast set of checks that confirm the most critical paths of a build work…
Exploratory Test - CI/CD Glossary DefinitionExploratory Test: An exploratory test is unscripted, human-driven testing where the tester simultaneously des…
Unit Test - CI/CD Glossary DefinitionUnit Test: A unit test verifies a single function, method, or class in isolation, with external dependencies…