Contract Test Design When to Use This Skill Use this skill when: - Contract Test Design tasks - Working on consumer-driven contract testing strategies using Pact - Planning or design - Need guidance on contract testing approaches - Best practices - Want to follow established patterns and standards Overview Contract testing verifies that services communicate correctly by testing the contract (API agreement) between a consumer and provider. Consumer-driven contracts (CDC) ensure providers don't break their consumers. --- Contract Testing vs Other Test Types | Aspect | E2E Tests | Integration Te…