Thursday, 8 June 2017

Set Up POSTMAN Environment in Google Chrome

Set Up Postman on Chrome Browser: POSTMAN is an extension of Chrome Browser and to get it on browser follow below steps:

1. In Google, type install postman. And click on first search result.

Installation Steps

2. Once click on the above link, it would open in the chrome browser extension. And click on the Add to Chrome button.



3. After clicking on Add App button, it downloads the postman app and add it to the chrome extension automatically.


4. When it is added to the chrome, one message displays "Added to chrome extension successfully". This can also be checked by using this command on chrome browser "chrome://apps" and click enter. If it is added successfully, it would be shown in the list like below:




5. To open the Postman there are 2 ways:
(a) Just click on the above mentioned link and tool will be launched. And it would ask for the registration.


Or can go the tool initially by just click on the link "Take me straight to the app. I will create the account another time". And the tool would be open.

(b) Go to the run type postman and click on appeared postman link, the tool would be opened.

Now can use the tool to send request to the server.


No comments:

Post a Comment

First Test Case for Rest API on Postman

Let's start creating the first test case for Rest API in postman tool by following the below steps: 1. Select a URI (REST API UR...