nerdexam
iSQI

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…

Introduction to Test Automation

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)
  • A
    85% (34)
  • B
    5% (2)
  • C
    8% (3)
  • D
    3% (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

#contract testing#service data consistency#microservices#schema validation

Community Discussion

No community discussion yet for this question.

Full CTAL-TAE Practice