August 2018
Intermediate to advanced
372 pages
9h 29m
English
Up until now, we have introduced unit tests to validate that the code is working as expected. However, we would like to add even more tests. After all, the more tests we include in our system, the more confidence we will gain.
Since we are writing a rest API, we will create a simple script that will exercise our endpoints from time to time, giving us the confidence that the app is always working. To achieve this goal, our tests will follow a simple process:
The easiest way to achieve this goal is by using Postman ( https://www.getpostman.com/ ...
Read now
Unlock full access