Development Toolkit

Ottu has multiple APIs, which can be tested by developers using development toolkits like Postman testing tool, which streamlines and simplifies the process of testing.

Click on import button.

A popup will be shown to enable the developer to upload the collection via different ways.

The required collection will be found on the left side of the screen.

Postman enables the developer to create his own environment to be used for different APIs or collections.

Click on environment tab, left side of the screen. And then click on the + sign to create a new environment.

Add variables as much as the test requires, then click save button.

A new environment will be displayed on the left side of the screen.

The below figure shows the Postman interface where the test runs.

1️ APIs collection. 2️ Method. 3️ Variable already defined in environment. 4️ API endpoint. 5️ Environment. 6️ Send the request. 7️ Body of the API.

Last updated