Using the Postman test-runner

Updated on 28 Dec 2018

Postman Runner

To get into the test-runner, click on the Runner button.

This will open up a new page; from which you can then execute the runner. This will execute all of your API calls in the collection plus the tests that you created.

If you click the Run API Test button, the test-runner will start it’s work (i.e. execute each api call and perform any tests…)

Info: You can see that the very first API call has 3 tests associated with it, and these have also been passed.