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.

Don’t miss amazing tips!

1
Related posts
How ToProgrammingSoftwareTechnology

How to configure Apache Airflow on MacOS locally

4 Mins read
Table of contents0.1 Creating the project folder and the virtual environment0.2 Installing0.3 Running airflow0.4 Starting the webflow server0.5 Starting the scheduler0.6 Running…
Code ChallengesHow ToProgrammingSoftware

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

3 Mins read
Table of contents0.1 Merge Sort0.2 Quick Sort0.3 Conclusion1 Don’t miss amazing tips! Let’s have a look at how to how to implement…
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 *

− 3 = 4

×
Automation testingQa

Is test automation a good career choice in 2021?