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.


    Vinay S.

My experience in postman

  • September 18, 2020
  • Review verified by G2

What do you like best about the product?
Easy way of debugging an API solution without need of an web request or a web solution to call an API methods and also can be used to handle post and gets methods and to retrieve data
What do you dislike about the product?
One thing I would like is the way the parameters are passes in case of get and post method. This can be made as common filed so that we can use them to pass for both get and post methods
What problems is the product solving and how is that benefiting you?
Mainly the debugging part which is very helpful in our software development when there is a need to debug the web API without connecting or passing values from the web.
Recommendations to others considering the product:
I recommend this since it is very easy to debug web API solution and call API methods. Very helpful in sending parameters from web to web API solution which helps in debugging.


    Sam B.

A Great Testing Tool

  • September 18, 2020
  • Review verified by G2

What do you like best about the product?
The ability to test RESTful services is essential to development. Postman offers the developer all the tools needed for testing. It is easy to set headers, including content types, and authentication. Run your POST or GET request and review the responses.

Postman also has a great organizational feature that lets you save your tests for different projects into folders for reuse in the future. I also like the fact that the tests I create are stored in the cloud for easy backup and recovery.
What do you dislike about the product?
There is not much to dislike about this product. I have used it as a test tool for many years and will continue to use and recommend it.
What problems is the product solving and how is that benefiting you?
I use Postman to test REST services on my localhost as I develop them. It's easy to simulate authentications and payloads and then, in combination with a debugger in Visual Studio, step through code.
Recommendations to others considering the product:
I like using this tool in combination with Visual Studio and Xdebug to test API routes. I also like to save my tests for regression testing the routes when making changes to the project or the code. The pricing structure is also very fair.


    Massimiliano R.

A useful tool to test REST API

  • September 18, 2020
  • Review provided by G2

What do you like best about the product?
Easy to use.
Offers a good way to organize HTTP requests in collections.
Collections ar available in Cloud and easily ported over multiple instances.
Free version is complete enough to work on.
Available in multiple platforms and behaves always in the same way (in my experience)
What do you dislike about the product?
It is hard to find how to download the application the first time they moved to the Cloud.
Every access need internet connection, it may be an issue when making a local test.
Even local application need remote authentication in order to work.
What problems is the product solving and how is that benefiting you?
Rapid checks on REST API, test and verify behavior of web applications, fast retrieve of data on every HTTP-based services.
Recommendations to others considering the product:
Enable usage of local application without remote authentication


    Hung V.

Great tool for API testing

  • September 18, 2020
  • Review verified by G2

What do you like best about the product?
Postman allows me to organize my test cases into groups, export and import test cases to share with my colleague, and have a common profile between all my devices. It supports various API types including POST, GET, PUT, and mutual auth. We able to write scripting for dynamic values which share between test case and group or binding output value from one test case as the input of another test case
What do you dislike about the product?
The performance of Postman is not good special when dealing with large response data, it takes a long time to load and display data. Its document is not good so hard to troubleshoot the issue
What problems is the product solving and how is that benefiting you?
We use Postman for testing our applications which deploy in AWS and expose as Rest API for our client with some API requires mutual Auth and some require authentication data which is got from another AUTH API. With Postman we are easy to handle the testing and verify our API
Recommendations to others considering the product:
Postman is great for API testing, special when a complex test requires, and you need to share with the team, but it is not a tool for performance testing or automation testing.


    Computer Software

Powerful API request management tool to stay organized

  • September 16, 2020
  • Review verified by G2

What do you like best about the product?
I like that I can save requests into collections and use variables to manage the endpoint and auth credentials.
What do you dislike about the product?
Sometimes the duplicate function is a little funky, wish it was easier to clone a request and make a few edits and save the new request in the same collection.
What problems is the product solving and how is that benefiting you?
I'm using postman to test our API, it's great for keeping a bunch of requests ready to use for testing.


    Betsy R.

Great way to test API responses

  • September 15, 2020
  • Review verified by G2

What do you like best about the product?
It is very easy to create an API call from Postman and has many major APIs integrated to make the queries easier to create. I work a lot with the Cisco Devnet API and it can be included with one click as well as any of the other APIs what I like the most is how easy is to get any of the frameworks and that they aren't included by default so I only get the ones I need for my job and can easily delete them if I don't need them anymore.
What do you dislike about the product?
It is 100% compatible with terminal API calls and that is great, but not 100% with calls from the browser even when you put the browser string in postman the results may vary so you may need to double-check in the browser for specific API calls
What problems is the product solving and how is that benefiting you?
Designing and Verifying API calls for the devices I manage
Recommendations to others considering the product:
Do not use it in a vacuum, download the API documentation of the target API and devices you want to use.


    Retail

postman review

  • September 15, 2020
  • Review verified by G2

What do you like best about the product?
easy interface for development and test of APIs
What do you dislike about the product?
Bad UX, Expensive, management is complicated. No roles & permissions capability.
What problems is the product solving and how is that benefiting you?
provide a tool for developers to collaborate on API development.
It has been working fine with issues.


    rahul g.

Best API suite for all product needs

  • September 15, 2020
  • Review verified by G2

What do you like best about the product?
The postman application provides collections, history, creation of api and a runner.
This helps in creating mock server, monitoring and documentation.
What do you dislike about the product?
The application is good but can be little better by lowering execution time for collection.
What problems is the product solving and how is that benefiting you?
Api documentation, automated tests, health and performance of API.
Mock server of my in development api's and accessing requests.
Recommendations to others considering the product:
Best API managment tool


    Dan D.

Postman is an essential tool for API development

  • September 15, 2020
  • Review verified by G2

What do you like best about the product?
I like the way Postman handles collections. I work on lots of different projects and it is very easy to organize API calls in groups.
What do you dislike about the product?
I don't like that there is limited support for GraphQL queries. It can be done, but it is less intuitive.
What problems is the product solving and how is that benefiting you?
I use Postman for planning and mocking APIs as I build back end services. I have found success in developing with fewer problems because I can test endpoints immediately.
Recommendations to others considering the product:
The more you integrate Postman into your workflow the more effective it will be for you. Setting up your testing and mocks takes things to the next level.


    Computer Software

Postman payloads

  • September 15, 2020
  • Review provided by G2

What do you like best about the product?
Get and Post methods are user friendly also It can be easily accessible
What do you dislike about the product?
The web app and application should be always in Sync where there is a delay.
What problems is the product solving and how is that benefiting you?
As I told above, Get and Post Payloads and raw responses are solving most of the problems