API - Testing Practice Test
API API Mocking and Stubbing
What is an API mock in the context of software testing?
Select your answer
A
A real API endpoint that returns live production data
B
A simulated API that mimics the behavior of a real API with predefined responses
C
A testing framework used for validating API response schemas
D
A monitoring tool that records API traffic in real time
Hint