Day 27: Scenario testing

Number of APIs: 6

Instructions for Day 27: Scenario testing

  1. Get the challenge: Fork [the parent collection Day 27: Scenario testing] from the main workspace to your own public workspace.
  2. Read the documentation: In your fork, select the first folder. Expand the context bar on the right to follow the instructions in the collection documentation.
  3. Submit your solution: Select the second folder Submit your solution and follow the instructions in the documentation to validate your solution.

Concepts covered

  • [Variables]
  • [Scripts]
  • [Writing tests]

Additional resources

Next challenge

  • [UI testing]
  1. Scenario testing-Setup - Create User POST {{baseUrl}}/user

  2. Scenario testing-New user workflow - User Login POST {{baseUrl}}/user/login

  3. Scenario testing-New user workflow - Get User Information GET {{baseUrl}}/user

  4. Scenario testing-New user workflow - User Logout GET {{baseUrl}}/user/logout

  5. Scenario testing-New user workflow - Account summary Copy GET {{baseUrl}}/account/:user_id/summary

  6. Submit your solution - submit GET https://api.getpostman.com/collections/{{collection_uid}}