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,192 reviews
from G2

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


    Information Technology and Services

Postman Developer Review

  • May 02, 2019
  • Review provided by G2

What do you like best about the product?
- Easy to use
- Has a lot of built-in features to cover different cases of API calls (Methods, Authorization)
- Can group and save API calls for future use
What do you dislike about the product?
Not a major concern since I really like Postman, but for free users (not sure with premium), it takes for some time to share an unsaved API call. Would've been nice if you can export it immediately and share to another user.
What problems is the product solving and how is that benefiting you?
- Calling existing APIs
- Testing developed APIs
- Run previous tests to check if current changes has affected other features
Recommendations to others considering the product:
Highly recommend this application for API testing


    Health, Wellness and Fitness

Easy way that allows smooth integration with front-end team

  • May 01, 2019
  • Review verified by G2

What do you like best about the product?
Postman Collection Run that allows to trigger smoke testing for each deployment with scripts of response validation. This is also good for QA automation testing.
What do you dislike about the product?
I can't selectively take out archived collections after quota is used.
What problems is the product solving and how is that benefiting you?
documentation, integration of APIs. We use postman to allow fast prototype of API endpoints.


    Information Technology and Services

Postman - The best tool for testing APIs

  • April 29, 2019
  • Review verified by G2

What do you like best about the product?
Postman is the best tool for testing APIs. If you are using APIs in your project, Postman is a tool you can not avoid. Because it very difficult to find errors in an API call. The best solution is to use Postman to send an API call and you get the response . If there is some error, you can easily identify and correct it.Also you can test any no. of functions and it will be stored in your history.So after any changes, you can easily test your code using postman.
What do you dislike about the product?
I am really satisfied with this product. But the dashboard can be little more user friendly. But overall I like the product.
What problems is the product solving and how is that benefiting you?
I have been using this product for the last 2 years. For me most difficult task in developing API calls was not able to identify the errors. Postman solved this issue.Now I could easily test my API calls. So it is very easy to create or edit an API call. This product saved lot of my time.
Recommendations to others considering the product:
Postman is the best option for testing APIs. I recommend this product for all developers who use API calls in their project.


    Information Technology and Services

Postman

  • April 29, 2019
  • Review verified by G2

What do you like best about the product?
A postman is a tool which is using to push the job on site. It's very good to use for testing API. It is a tool where we can send the request to the web server and get a response.
What do you dislike about the product?
There is nothing to dislike about the postman. it is really very good to use.
What problems is the product solving and how is that benefiting you?
Using postman we can push the job. When requesting the web server through postman it responded quickly.


    Computer Software

One best software API development tool

  • April 23, 2019
  • Review provided by G2

What do you like best about the product?
If anyone is fed up of manual API testing, can jump to postman. Its very fast and accurate method of API testing. We can easily move test cases from one system yo other . We can also integrate it eith different tools like jenkins. Test suites are very easy to create.
What do you dislike about the product?
Integrating API directly in the software is error prone and very hard to debug.
It requires manual logging or hardcoding of login credentials in software.
The configuration is hardcoded so its difficult to pass dynamic parameters.
What problems is the product solving and how is that benefiting you?
Mainly we use of Api testing. But can be used for APi development and documentation as well.
Recommendations to others considering the product:
For api testing must consider tool.


    Computer & Network Security

Superb tool for API testing, documentation and management

  • April 18, 2019
  • Review verified by G2

What do you like best about the product?
- Using for testing backend rest API. It just awesome.
- No headache of any setup
- Support almost all kind of authentication for rest API consuming
- Sharing API doc to team is super cool.
What do you dislike about the product?
I just love this product. Didn't kind any issue working with this tool
What problems is the product solving and how is that benefiting you?
Testing our business rest APIs on daily basis and sharing with team.
Recommendations to others considering the product:
Best for API management
API documentation and sharing with team


    Jeremy D.

Possibly the best free tool for API testing

  • April 12, 2019
  • Review provided by G2

What do you like best about the product?
Great user interface. Environment wise setting of variables is a handy feature.
What do you dislike about the product?
The last time I tried, the windows native app was buggy.
What problems is the product solving and how is that benefiting you?
Extensive testing of internal REST APIs. This includes debugging and load testing.
Recommendations to others considering the product:
If you're using APIs, you've probably already heard of this one. Otherwise, give it a shot. Great app


    Robert J.

It is a good tool to test API.

  • April 11, 2019
  • Review verified by G2

What do you like best about the product?
It is extremely easy to use and allows you to share test cases from one system to other systems or environments. The creation of test suites is equally simple and you can manage collections of test cases for integrations. It allows to store data from previous test cases in global variables and can be used as environment variables for calls between two APIs.
What do you dislike about the product?
The plugin for Google Chrome has given me failures, so I recommend the installation of the desktop version, it is much more stable and well optimized.
What problems is the product solving and how is that benefiting you?
Postman is the preferred tool in my job as a programmer. It has allowed me to make integrations with other systems very quickly and make tests very easily.
Recommendations to others considering the product:
I love Postman and it seems to me a very important tool for those developers who do integrations with other systems or are backend and frontend programmers. I have also found it very useful to test the APIs that connect to mobile applications. Highly recommended.


    Retail

Using Postman for over 3 years now in the project

  • April 09, 2019
  • Review provided by G2

What do you like best about the product?
The best tool to test the REST API's or any service hosted on any server using HTTP protocol for communication. The JSON request can be sent across to test a new service you developed or an existing service provided by some other application provider. You can group the request into a postman collection and share that across as well and others can import it. You can also use postman runner which will automatically execute the requests which is a very good feature.
What do you dislike about the product?
The chrome extension of postman was discontinued which was a very good feature for postman. It was really easy to use this as there was no need of installation of any software to run postman. Now you will have install the postman server and then use it.
What problems is the product solving and how is that benefiting you?
We are using postman extensively in our project to test REST API's and are continuing to use it on a daily basis. We have used it in our Order management project to test and REST API's provided by the OMS system into our ESB layer. We use it check these API's if there are any orders which are stuck in any pending status.
Recommendations to others considering the product:
If you have just started to work on REST API's then Postman is the best tool you can use to test your service you have just developed. It is very easy to use and understand. You can store your postman requests used for testing as postman collections and share it across to other users as well.
Overall very great tool.


    Computer Software

Easy Service Testing

  • April 04, 2019
  • Review provided by G2

What do you like best about the product?
It makes testing new APIs a breeze. Being able to save environments and sync across devices is invaluable.
What do you dislike about the product?
It would be nice if it had better response type detection. Like not displaying just "0" but knowing if there's a payload and automatically switching to the appropriate response view.
What problems is the product solving and how is that benefiting you?
It has dramatically reduced the time I spend testing my APIs.