Postman-Testing

Posted on

by

in

Install Postman Windows

If your Internet of Things (IOT) applications requires access to services in the cloud then you would probably have the need to install Postman for testing. In this post, I am going to share with you how to install Postman in your Windows machine.

We mostly use Postman in testing endpoint exposed as REST (Representation State Transfer) API. Using this tool we can test out the response of the API being called by our IOT projects.

Prerequisite

To avoid any conflict in installation, close any other running applications that might be running in the background.

Installation Steps

  1. Go to this link and download postman. Select your windows architecture if it is 32 bit or 64 bit. Once the download is finished double click it to start the installer.

2. Wait for the installation to finish. You can create a free account to access extra features but if you just wanted to test your REST API then just click the ‘Skip and go to the app” link.

Testing

To test out PostMan, click the followin “plus” sign

We will use the following site to test out fake rest api server.

We will use the following endpoint to get a list of fake posts

https://jsonplaceholder.typicode.com/posts

Place it in the text box then click the Search button

The following result will get displayed at the bottom of the screen

Wrap Up

In this post I have discussed how to install Postman app in Windows. We will use this tool in future IOT projects that requires access to REST endpoint exposed by the internet or those that we are going to create ourselves.

Happy Exploring!

If you like my post then please consider sharing this. Thanks!

2 responses to “Install Postman Windows”

  1. Build REST API Using Node.js, Express and MongoDB – donskytech.com

    […] Installed Postman for API Testing […]

  2. MERN Stack Tutorial – RFID Management System –

    […] Related Content: Install Postman Windows […]

Leave a Reply

Your email address will not be published. Required fields are marked *