December 2019
Intermediate to advanced
510 pages
11h 33m
English
Postman also provides us with a helpful tool/framework that we can use to test our APIs automatically. The test runtime is based on Node.js; for that reason, we should write a test assertion using JavaScript. The test framework of Postman uses the following workflow to test our code:

The scripts will execute as follows for every request in a collection:
Read now
Unlock full access