1
How To

How to install Postman on MacOS in 2021

1 Mins read

What is postman and how do you install Postman on MacOS? Postman is a free, RESTful API development environment that can be used for developing and testing APIs and their corresponding tools like Swagger. This comprehensive set of tools includes interactivity, testing, mocking (e.g., HTTP request object mocking), documentation generation, and code snippets which provide prototyping capabilities. Postman also has a sidekick – Postman Runner – that you can use to run your tests.

How to install postman on MacOS

Step I

Navigate to the postman download page.

Double click on the downloaded .dmg file and follow through the installation steps.

Step II

  • Double click on the newly downloaded postman app

You can see it by searching on the spotlight search which can be accessed by pressing Command + Enter

  • Search for postman and launch the app.

Step III

On the postman app, click New workspace and give the workspace a name, I will be using `SenseiWorkspace` for the sake of this tutorial.

Select `SenseiWorkspace ` and you are all set.

Click create workspace and select the workspace.

Through the next articles, we will use SenseiWorkspace as our workspace – but feel free to use any workspace name that you like.

See next article on how to How to mock api requests in postman for absolute beginners.

1
Related posts
How ToProgrammingSoftwareTechnology

How to configure Apache Airflow on MacOS locally

4 Mins read
Table of contents1 Creating the project folder and the virtual environment2 Installing3 Running airflow4 Starting the webflow server5 Starting the scheduler6 Running…
Code ChallengesHow ToProgrammingSoftware

How To Implement Merge Sort and Quick Sort Algorithms In Python 3

3 Mins read
Let’s have a look at how to how to implement merge sort and quick sort algorithms in python 3. One of the…
How To

How to write test with Ruby and Capybara with Examples

11 Mins read
Table of contents1 What are the advantages of using Capybara1.1 1) Webdriver agnostic1.2 2) Works with multiple testing frameworks1.3 Capybara DSL1.4 a)…

Leave a Reply

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

22 − 19 =

×
General testingQa

What is agile and how does it compare to waterfall methodology?