CTAL-TAE · Question #70
Which of the following statements about contract testing is TRUE?
The correct answer is C. The differences between the two approaches to contract testing stem primarily from which side. In contract testing, the distinction between provider-driven and consumer-driven approaches lies in who defines the contract. In provider-driven testing, the provider specifies the contract; in consumer-driven testing, the consumers define it. This ensures compatibility and…
Question
Which of the following statements about contract testing is TRUE?
Options
- AContract testing, regardless of the approach chosen (provider-driven or consumer-driven) does
- BContract testing can be viewed as a specialized form of API testing that can be applied to
- CThe differences between the two approaches to contract testing stem primarily from which side
- DContract testing can be viewed as a specialized form of API testing that can be applied to
How the community answered
(30 responses)- A3% (1)
- B7% (2)
- C77% (23)
- D13% (4)
Explanation
In contract testing, the distinction between provider-driven and consumer-driven approaches lies in who defines the contract. In provider-driven testing, the provider specifies the contract; in consumer-driven testing, the consumers define it. This ensures compatibility and reliable integration between services, regardless of the interaction style (synchronous or asynchronous).
Topics
Community Discussion
No community discussion yet for this question.