Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Postman Enterprise

Postman | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

1,194 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Timothy S.

Collaborative API creation platform. Automate creating an API and streamline communications.

  • October 10, 2020
  • Review provided by G2

What do you like best about the product?
The major benefit I have found with this platform that it supports all possible HTTP approaches, saving progress, translating from APIs to code, and modifying the API creation environment. it was easy for me to use it. And another thing I love most about this platform is that it has a much group environment, I could easily integrate with my different teams and could work with them as a whole. Also, it gives ease to users to submit API responses and view responses without needing a browser or a browser extension. This is it's great benefit that I have come through.
What do you dislike about the product?
I have used this software and experienced some drawbacks also. I have found that User Interface features that are cool are sometimes hidden behind the menu. It was inconvenient to find them and collaborate with them. I think in that case, more guides should be there to help because it took me a while to figure out something. And another thing I found difficult as a beginner is that its user interface was quite complicated for me as a novice user, especially when I had to dig into the settings.
What problems is the product solving and how is that benefiting you?
Overall Postman is a perfect tool to learn to dissect the RESTful APIs created by others or to test the ones you've made yourself. It provides a smooth user interface that allows HTML requests to be made without the complexity of writing a lot of code just to verify the features of the API.


    Lili D.

Easy API Quality Testing with Postman

  • October 08, 2020
  • Review verified by G2

What do you like best about the product?
Most of my job is making sure that valid queries work as expected and invalid ones are rejected and don't break havoc by producing unexpected effects and that the right error messages are displayed so people can correct the query as necessary and that requires a lot of testing and most of it can be done thru postman.
What do you dislike about the product?
But not everything can be done thru postman, some errors are browser-specific and even by changing the user agent it won't pop up unless you are using the same browser and operating system, that's expected but it gives you a false sense of security.
What problems is the product solving and how is that benefiting you?
A lot of my quality testing is done thru postman and most of it is highly reusable so when rolling a new version a lot of tests is just rerunning already written API calls
Recommendations to others considering the product:
Just use it, it's basic tier is free anyway


    SUBHANKAR B.

Postman is a scalable API testing tool.

  • October 02, 2020
  • Review verified by G2

What do you like best about the product?
API stands for application programming interface which allows software application to communicate with each other via API calls.
What do you dislike about the product?
Is to possible to ignore some requests.
User choose production environment and some tests ,request can't be completed.
What problems is the product solving and how is that benefiting you?
Postman let's users create collection for their API calls.Creation of testing ,Debugging .
Benefits error understand first.
Recommendations to others considering the product:
Rest API testing tool.


    Krishna M.

Best API testing tool

  • October 02, 2020
  • Review provided by G2

What do you like best about the product?
Postman so easy for testing API , There are many methods present like (GET, POST, DELETE,PUT etc). This is easy learn for beginners also. Here present shar collection function which can send your api to any other. This is best when some error occurred in your API then show message this is complely show why this error show.
What do you dislike about the product?
When network is slow then it is not working, any other this is good.
What problems is the product solving and how is that benefiting you?
When I get data from backend then API call using postman then i saw all response .this benefits are so good.
Recommendations to others considering the product:
Please check security when i share my collection to any other.


    Kalachand G.

great application for api testing

  • October 02, 2020
  • Review verified by G2

What do you like best about the product?
fast and simple to use. postman has great user interface. api indexing and saving and sharing is available in this application. it's a cloud base application so have here some advantages of users.
What do you dislike about the product?
not that much. i think need to improve speed of this application.
What problems is the product solving and how is that benefiting you?
api integration for live game score.
Recommendations to others considering the product:
automatic grouping of api those perent url is same.


    Olga K.

Very useful tool to test your endpoints

  • September 30, 2020
  • Review verified by G2

What do you like best about the product?
Very easy UI to create a bunch of endpoints tests and arrange them by groups.
What do you dislike about the product?
Not sure at the moment, had no issues with the tool and have been using it for half a year by now.
What problems is the product solving and how is that benefiting you?
We often need to test about 20 endpoints and then we make small modifications time to time, so the tool helps us to see all the data being passed and retrieved.


    Computer Software

Best API testing tools and easily fetch data

  • September 29, 2020
  • Review verified by G2

What do you like best about the product?
Postman Best API testing tools and easily fetch data. Here many types of methods present (like GET, POST, DELETE,PUT,PATCH,COPY etc) . Here url body format is awesome. And key value is present which type of parameter you cant send. Here share collection function is good.
What do you dislike about the product?
here some problem are present . When i share my postman collection to anyothen then he is access and .when i logout or delete also he is access.
What problems is the product solving and how is that benefiting you?
When i create a project on backend. then i call api in postman for testing and check the response. Then I set data in forehand
Recommendations to others considering the product:
This is wonderful. nothing to say advice.


    Shayan D.

REST API testing tool - POSTMAN

  • September 29, 2020
  • Review verified by G2

What do you like best about the product?
Postman gives you power to check and test individual modules of a developing web application through REST endpoints functionality checks. The thing which makes it unique is it allows one to create workspace and manage their testing more efficiently. It saves all the APIs run earlier and helps you to navigate between them more easily. The UI is also intuitive. I guess it supports all types of verbs available in calling web services starting from GET,POST .. to LINK, UNLINK. There is also support for a wide range of authentication mode for API test. Another unique feature to site is pre request script where one can write javascript which will be executed before the request is made. Data visualization for payload headers, body is also impressive. One can select data format of the payload and response and accordingly your data syntax will get highlighted for better readability. One more unique feature I came across lately is postman interceptor, a small chrome extension which allows user to use the cookies right from the chrome browser, so one need not to give auth details in case he/she is already logged into the application while testing the APIs.
What do you dislike about the product?
Its not a dislike but postman only supports REST API request , it would be better if SOAP calls can also be made through it. I guess there is no downside of this application.
What problems is the product solving and how is that benefiting you?
Currently I am working on developing APIs and web services, so clients like Postman is of immense help while testing the functionality before incorporating the web service into the application. It also helps to understand the APIs and responses when it comes to integrating any third party application.
Recommendations to others considering the product:
I would definitely recommend POSTMAN to those who are building web services or in a learning phase or designing the architecture of a network based application. Its a great tool for testing purpose as well, to separately test individual modules and functionality of an application.


    Hospital & Health Care

Easiest and excellent method to handle the APIs

  • September 28, 2020
  • Review verified by G2

What do you like best about the product?
The best feature I like about Postman is the ability to view and test all of my services in one place for multiple environments. The UI of it makes it so much easier to view the input and output of your API calls. You can also save some of your test calls for a later use which is great! I prefer the JSON view output but you can also use HTML, XML etc. Definitely makes API development and testing easier.
What do you dislike about the product?
I do not like dislike something major about it but learning to use Postman takes sometime until you get used to it and then the ride is smooth. As a Quality engineer, I definitely love this software for my testing purposes.
What problems is the product solving and how is that benefiting you?
Using it for developing and testing REST API calls during our product development. Truly does a great job with the API management for development as well as QA activities.


    Vivek V.

Simple to use, Best API testing tool to have your own collection.

  • September 28, 2020
  • Review verified by G2

What do you like best about the product?
You can create API collections, when you click on API request you can able to see CURL request and code for many other languages.
Simple to use, UI based, Easy to look into headers, set headers.
What do you dislike about the product?
sharing between teams - always need to export and import.
What problems is the product solving and how is that benefiting you?
Its a tool to test API's best used for local , prod, test, staging environment using environment variables.
Easy to maintain, easy to test, easy to debug product development.
Benefits :
1. Create as many collections you need for different environments.
2. Code made easy like Rest API java program, curl, jquery, etc
Recommendations to others considering the product:
Best tool for quick testing, managing your API collection. Just go for it, it has desktop and chrome extension. Both can be installed either on windows or MAC machines.