API - Testing Practice Test
API API Mocking and Stubbing 3
What is 'contract testing' in API testing?
Select your answer
A
Verifying that API usage agreements between companies are legally enforceable
B
Verifying that an API provider and its consumers agree on the expected structure and behavior of the API interface
C
Running tests against endpoints explicitly listed in the API service contract document
D
Automatically generating service level agreements from API test result data
Hint