Sign in Agent Mode
Categories
Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

3 AWS reviews

External reviews

1,773 reviews
from and

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


4-star reviews ( Show all reviews )

    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


    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.


    Capital Markets

Easy to use http client for testing web frameworks

  • February 13, 2019
  • Review provided by G2

What do you like best about the product?
Things like writing a test, creating a running a collection is really easy
What do you dislike about the product?
Auto format sometimes really sucks. It ends up having confusion in json configs
What problems is the product solving and how is that benefiting you?
Testing http clients with it
Recommendations to others considering the product:
Definitely try if testing a http client


    Computer Software

Postman for fullstack developer

  • February 04, 2019
  • Review provided by G2

What do you like best about the product?
I can quickly create and edit api queries and resend them for rapid testing
What do you dislike about the product?
When you run a collection of api calls you cannot export the responses as easily as I would have hoped
What problems is the product solving and how is that benefiting you?
testing an API with lots of parameters, it helps to quickly swap parameters in and out. it also saves time by not making errors when inputting the api url
Recommendations to others considering the product:
use it over similar products like insomnia


    Keval M.

The best API development software

  • February 03, 2019
  • Review provided by G2

What do you like best about the product?
When I am beginner regarding API topic, I started with Postman software. I generally use only one API which is I am learning but later on studying this software leads me to analyse and getting knowledge of more APIs of different sections. Regarding this software I the most like is it's friendly touch. Any beginner developer who is new in API development field can easily get all the features. Apart from UI, it's theme, workspace, different tools all are the best among any other API development software.
What do you dislike about the product?
One of the thing which I dislike is it's policy of updating software. Earlier I am happy customer of for this application but from recent nowadays, some of the APIs are there which are famous in e-commerce market that are not provided by this software. Also another point is for some of API, when I am trying to get response from that API, that app through unusual errors. Initially I thought that issue is from my side, but later on came to know from web surfing, there are some of the bugs which are causing uncertain error.
What problems is the product solving and how is that benefiting you?
In business, via this software we are calling different API's and try to understand responses from different API's. After getting responses, we are managing those data to build code and allow different features to work perfectly. After using this I realise that how easy to learn and work with API. Before using this app, I am afraid of Api but now this one is most likely part in my coding life.
Recommendations to others considering the product:
If you want to do anything with API then postman is right platform for you. If you are new in this field then I must suggest to use this app.


    AKHILESH G.

API AUTOMATION TOO:L

  • January 26, 2019
  • Review provided by G2

What do you like best about the product?
A good tool for testing APIs, by sending request to the web server and getting back the response. This is being used as a mainstream tool
It allows you to share and move test cases from one system to another system and environments. It helps in importing testcases /apis using import features like raw etc
Integration features like jenkins .
It allows you to store data from previous test cases into global variables using javascript. These variables can be used like environment variables for API calls between two APIs.
What do you dislike about the product?
Only javascript is supported to creating global variables and passing the values at run time .
What problems is the product solving and how is that benefiting you?
Making testsuites and used for debugging the apis.


    Shubham R.

A great testing tool for testing APIs

  • January 24, 2019
  • Review provided by G2

What do you like best about the product?
The best thing about postman is that it can easily be integrated with multiple different tools like Jenkins. This makes the work of a developer very easy and fine. The other good thing about this is that it has the ability to share and move test cases from one system to another system and also to different environments. This makes managing the test cases extremely easy. Within postman, it is very easy to create test suites.
What do you dislike about the product?
Even when on the paid license the cloud service is not very optimal. The cloud keeps on messing some of my collections when synchronizing. Like with some of my duplicates and deletions it doesn't sync very well. During the integration testing, sometimes I just end up duplicating lots of code and not knowing what to do with it.
What problems is the product solving and how is that benefiting you?
POstman tool is very stable and helps you do what it is supposed to do. It is a great design for people working on it and fixing bugs for the APIs. The packaged app version provided by postman has some additional capabilities and includes features such as OAuth 2.0 support and bulk uploading/importing which are very advance.
Recommendations to others considering the product:
Very recommended for the software developers.


    Computer Software

My experience testing APIS with postman

  • January 24, 2019
  • Review provided by G2

What do you like best about the product?
I like postman because is very lightweight tool, very easy to use and UI friendly. Also i am able to share collections with members of my team easily. The Monitor feature is very useful because allows polling requests to any endpoint and make assertions/validations scripts, recieving notifications to email if it fails.
What do you dislike about the product?
The Monitor feature mentioned above, is kinda limited with free version for my general purposes. It limits number of requests in spite of you can pay for more requests if you need.
What problems is the product solving and how is that benefiting you?
I'm able to design collections to test APIs, avoiding bugs and improving quality of software and customer satisfaction and share this collections to be executed by any member of my team in a easily way.
Recommendations to others considering the product:
I recommend Postman if you need ease of use and a light tool, but especially if you need to share the collections with your team. However, if you need to use the Monitor feature, be sure you know the limitations of free version and the costs if you want to increase the number of requests.


    Sporting Goods

Great for testing and learning about APIs

  • January 17, 2019
  • Review provided by G2

What do you like best about the product?
The ability to see all API options and get instant results when testing various things
What do you dislike about the product?
Learning curve can be a bit steep for those new to APIs, no clear guidance on where to begin or what things to test
What problems is the product solving and how is that benefiting you?
Speed of testing API responses, the development process is sped up greatly when it's easy and fast to see results
Recommendations to others considering the product:
Great when used alongside development applications, I have used in a NodeJS setting as well as a C#/VS based setting


    Telecommunications

Postman -A web service testing tool

  • January 16, 2019
  • Review provided by G2

What do you like best about the product?
Postman has nice lightweight user interface. You can create collections of your testcases. Save them in your profile and access them from anywhere. You can configure environment and parameters for ease of use.
What do you dislike about the product?
Sometimes while working on a bigger project I open many tabs. And its hard to organise them. But again collections does help.
What problems is the product solving and how is that benefiting you?
We use Postman for integration and system test our APIs and business functions.