...

/

Exercise: API Tests

Exercise: API Tests

Write an extension that can run API tests.

Problem Statement

When testing the REST API of a microservice, it’s common practice to treat the service as a black box. Testing is performed by sending requests to the REST API and verifying the response. These requests and responses are contracts of this API. To enable non-technical users to ...