Task. Automation with Postman

Autotest rocket launch

Let’s dive deeper into the world of automated testing. Previously we used Postman to manually test the API of an intergalactic delivery service.

The development team fixed the discovered bugs and released a new version of the endpoint for retrieving available deliveries.

Functional requirements

An intergalactic courier should be able to:

  • Request a list of orders with the status CREATED, orders in other statuses must be excluded from the response.
Method Endpoint Description
GET /deliveries Retrieve information about all deliveries with the status CREATED.

Request example

Response format

Field Description Required
id Unique identifier +
from.name Sender name +
from.address Sender address +
to.name Recipient name +
to.address Recipient address +
status Delivery status +

Response example

Task
Task available to premium users!
Sidebar arrow