CTAL-TAE · Question #34
What does contract testing verify?
The correct answer is A. That data shared between services is consistent with specified rules. Contract testing verifies that data shared between services (typically in microservices or API- based systems) is consistent with the agreed-upon rules or contracts. It ensures that the service provider and consumer interact correctly, respecting data formats and expectations…
Question
What does contract testing verify?
Options
- AThat data shared between services is consistent with specified rules.
- BThat contractual provisions for supply of the SUT have been met.
- CThat schema validation has been successfully performed.
- DThat the service provider has defined the consumer's expectations.
How the community answered
(40 responses)- A85% (34)
- B5% (2)
- C8% (3)
- D3% (1)
Explanation
Contract testing verifies that data shared between services (typically in microservices or API- based systems) is consistent with the agreed-upon rules or contracts. It ensures that the service provider and consumer interact correctly, respecting data formats and expectations defined in the
Topics
Community Discussion
No community discussion yet for this question.