...

/

Download the REST API Test Framework

Download the REST API Test Framework

In this lesson, we will download and understand the framework structure.

We'll cover the following...

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

widget

src/main/java

  • io.educative.api.constants.Endpoints – a constant class for resource paths
  • io.educative.api.helpers.StudentServiceHelper – a class for writing helper methods used in making a request
...