October 2020
Intermediate to advanced
358 pages
8h 39m
English
For this exercise, we’ll create a Postman test collection for the credit-check API you built in the previous chapter. After creating a new collection and adding both happy- and sad-path tests, we’ll run them to validate the API.
For extra credit, you can export your API and run it locally using the newman utility to produce an HTML report.
First, fire up your Postman client app and create a new collection called Credit-Check. Then create the following two test entries:
Happy-Path Test
Read now
Unlock full access