Download the REST API Test Framework
In this lesson, we will download and understand the framework structure.
Downloading the framework code
This is a sample framework that can be extended and reused for any REST API testing requirement. It can be downloaded here.
Project structure
src/main/java
io.educative.api.constants.Endpoints
– a constant class for resource pathsio.educative.api.helpers.StudentServiceHelper
– a class for writing helper methods used in making a request