Day 27: Scenario testing
Number of APIs: 7
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
- [The Unbreakable API] public workspace
- Acing your API tests — what you need to know for test automation blog
Next challenge
- [UI testing]
-
Scenario testing-Create new movie - Movie read endpoint GET {{baseUrl}}/api/movies/?id={{id}}
-
Scenario testing-Create new movie - Movie update endpoint PUT {{baseUrl}}/api/movies/?id=16520597
-
Scenario testing-Create new movie - All movies read endpoint GET {{baseUrl}}/api/movies/all
-
Scenario testing-Set up - User create endpoint POST {{baseUrl}}/api/user/
-
Scenario testing-Create new movie - Movie create endpoint POST {{baseUrl}}/api/movies/
-
Scenario testing-Create new movie - Movie delete endpoint DELETE {{baseUrl}}/api/movies/?id={{id}}
-
Submit your solution - submit GET https://api.getpostman.com/collections/4454846-7c608e32-c214-4e0c-92ca-e9dd24132a87