Day 27: Scenario testing
Number of APIs: 6
Instructions for Day 27: Scenario testing
- Get the challenge: Fork [the parent collection
Day 27: Scenario testing
] from the main workspace to your own public workspace. - 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.
- 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
- How to break an API livestream
- How Secure are your APIs? livestream
- Acing your API tests — what you need to know for test automation blog
Next challenge
- [UI testing]
-
Scenario testing-Setup - Create User POST {{baseUrl}}/user
-
Scenario testing-New user workflow - User Login POST {{baseUrl}}/user/login
-
Scenario testing-New user workflow - Get User Information GET {{baseUrl}}/user
-
Scenario testing-New user workflow - User Logout GET {{baseUrl}}/user/logout
-
Scenario testing-New user workflow - Account summary Copy GET {{baseUrl}}/account/:user_id/summary
-
Submit your solution - submit GET https://api.getpostman.com/collections/{{collection_uid}}