エンドツーエンドテスト - CI/CD用語集の定義
エンドツーエンドテストは、実際のアプリケーションをユーザーと同じように操作し、ワークフロー全体を一度に検証します。
エンドツーエンド(E2E)テストは、完全に組み立てられたシステムを通じて、インターフェースからデータベースまで、そして戻ってくるまでの完全なユーザーフローを実行し、ユーザーが体験するとおりに全体の経路が機能することを確認します。
エンドツーエンドテストは、実際のアプリケーションをユーザーと同じように操作し、ワークフロー全体を一度に検証します。
CIでは
E2Eテストは最も遅く最も壊れやすい層であるため、CIは通常、小規模で価値の高いセットを実行し、すべてのmergeをそれでブロックするのではなく、不安定なものを隔離します。
関連ガイド
Integration Test - CI/CD Glossary DefinitionIntegration Test: An integration test verifies that two or more components work correctly together, exercisin…
System Test - CI/CD Glossary DefinitionSystem Test: A system test validates the complete, integrated application against its specified requirements…
Exploratory Test - CI/CD Glossary DefinitionExploratory Test: An exploratory test is unscripted, human-driven testing where the tester simultaneously des…