Intermediate Software Testing & QA
Q64 / 100

What is "contract testing" in the context of microservices?

Correct! Well done.

Incorrect.

The correct answer is A) Testing that verifies a service provider and its consumers agree on the expected format and behavior of their API interactions, often without requiring both services to run together

A

Correct Answer

Testing that verifies a service provider and its consumers agree on the expected format and behavior of their API interactions, often without requiring both services to run together

Explanation

Contract tests (e.g. using Pact) validate that a consumer's expectations match a provider's actual API, catching integration issues early without full end-to-end environments.

Progress
64/100