Member-only story

Creating a Runner in Postman

The Test Lead
5 min readNov 10, 2021

--

Runners are a way for you to automate your API testing. It takes a couple of minutes to set up but once you set it up, you could run hundreds of tests in a matter of seconds with the click of a button. This article will teach you how to create runners based on collections to automate your testing process.

This is built off of the tutorial from https://www.guru99.com/postman-tutorial.html

A prerequisite for this is downloading Postman(free from https://www.postman.com/downloads/) and creating an account which is also free.

This article is broken down into several sections

  • Creating a requests
  • Creating a test
  • Creating a collection
  • Creating a runner

Creating Requests

We are going to create a few requests to use as dummy data for this tutorial. Open Postman and create a new tab. In the URL type in the following request https://jsonplaceholder.typicode.com/users , change the request method to GET and press the send button and confirm a 200(OK) response is returned.

--

--

The Test Lead
The Test Lead

Written by The Test Lead

Lead SDET at fintech company in NYC. Visit personal page http://thetestinglead.com// Twitter @juss_bailey Youtube @The Test Lead

No responses yet