Contract Testing

Contract testing: interface verification between consumers and providers via shared contract artifacts and independent two-phase verification. Do NOT use for Test internal seams of a system (use integration-test-design). Do NOT use for Validate an HTTP response against an OpenAPI schema (use API-spec tooling). Do NOT use for Test a complete user journey through the UI (use e2e-test-design).

jacob-balslev f9c04bd 5 files · 48.3 KB Updated

File contents

jacob-balslev/skill-graph/tree/main/marketplace/skills/contract-testing commit f9c04bd526

Frequently asked questions

npx skillmds@latest add jacob-balslev/contract-testing