Enroll in Selenium Training

Download and Install Postman

Since you now know about the application and have become familiar with its working, it's time to install the application on your system. In this chapter, we will cover How to Download and Install Postman on Windows Machine.

Postman is available for Windows, Linux, and Mac as a standalone application. You can install the application in two ways.

  • As a Standalone Application.
  • As a Chrome Extension

We will be discussing both methods in detail.

You may also go through the recording of the Postman Tutorial where our experts have explained the concepts in depth.

Download POSTMAN as a Standalone Application

A native application means the application will not be supportive of any particular application on an operating system. For example if you install an extension from chrome webstore then that application or extension will only run on chrome and no other browser. A native application is like any software that you install like a game or IDM or any antivirus for instance. A native application takes the support of just your operating system and not another application because they are written system specific and not application specific.

1.Go to https://www.getpostman.com/apps

Download and Install Postman

Note: If you are using windows then there is an option for downloading for 32-bit system and 64-bit system. If you are using 64-bit windows then select x64 and if you are using a 32-bit system then select x86. The default value is x64.

  1. Choose the Operating System on which you want to download PostMan and click on "Download" button. Since I have got Windows 64-bit machine, I am going to install x64-Windows.

select OS for postman

3. Once you download the .exe file, you will need to install the application. Since I am using the Chrome browser, the downloaded .exe will appear at the bottom left of the browser.

Postman Chrome

  1. Click on the exe file to install it on the system. First, it will install the POSTMAN application.

Install Postman 8

  1. There are no further steps for installing. After completion, it will automatically start opening the PostMan tool.

Install Postman 8

  1. Once you have the application window up, click on Take me straight to the app. I'll create an account another time as highlighted. Alternatively, you can sign up with google but it does not matter at present.

Postman Sign up

If you see this page then you have successfully installed Postman on your system.

Postman- Installed

Download POSTMAN as a Chrome Extension

1)Go to Chrome WebStore - PostMan Tool and click on Add To Chrome.

Install Postman 8

  1. This will display a pop up to add extension, click on Add app.

Install Postman 8

  1. Now it will automatically open a Chrome Apps page, where it will display all the installed apps on your chrome browser. Simply click on the PostMan application.

Install Postman 8

  1. It will take a few seconds to start, hold on till then :)

Install Postman 8

  1. Once done, you would see the PostMan application registration page. As mentioned above, we will ignore registration as of now but not to avoid it, *Registration has its own benefits, as it always stores your data and can be accessed from different machines and locations. *But we will cover that later.

Install Postman 8

Why to prefer PostMan as a Stand Alone application

Although Postman was introduced first as a chrome application and was powerful earlier on, we highly recommend downloading postman as an application for your operative system(native application) rather than as an extension for chrome.

There are two main reasons for this.

  • First of all, postman as an application for chrome does not support all the features that the native app has. For example, a proxy cannot be captured in the chrome app. You need to install another extension called postman interceptor in order to work the proxy through the browser. A proxy server acts as an intermediary that captures the requests that you send through your browser to the server. Requests are anything like any web address any search query or anything that asks for a response from server. For example, when you hit "Search" in google after writing something in the search bar, it is an API request or you type www.google.co.in in the address bar, it is an API request. After installing the postman interceptor only you can capture the requests that you send. Moreover, Postman features fewer menu options in its chrome app, only those which adhere to the chrome standards. Therefore you won't be able to enjoy every feature of Postman while using it as a chrome application.
  • The second reason is the main concern for us to not recommend you, download postman, for chrome. As stated on the Postman website, Postman builders have stopped the support for the chrome application. This in simple terms means that from January 2018 onwards, there will be no updates, no bug fixes, no improvements in the chrome application. The app that is currently available on the web-store is the final application. Moreover, if you are stuck on any issue, there will be no one to resolve it from Postman. This step is taken by Postman after Google announced that it will be ending support for the Chrome apps for Windows, Linux and Mac.

Install Postman 8

As it can be seen in the below image taken from the postman website, the last update for the Chrome app was on 18 Oct, 2017. So, it is better that you install the Standalone application and the same will be used by us for this course.

chrome disadvantages

In the next chapter, we will run through some basics and terminologies about the Postman.

API Testing with Postman
API Testing with Postman
Previous Article
Postman Navigation
Postman Navigation
Next Article
Harish Rajora
I am a computer science engineer. I love to keep growing as the technological world grows. I feel there is no powerful tool than a computer to change the world in any way. Apart from my field of study, I like reading books a lot and developing new stuff.
Reviewers
Lakshay Sharma's Photo
Lakshay Sharma

Similar Articles

Feedback