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

Reviews from AWS customer

3 AWS reviews

External reviews

1,628 reviews
from and

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


4-star reviews ( Show all reviews )

    Computer Software

Useful tool for software developers developing REST APIs

  • September 28, 2019
  • Review provided by G2

What do you like best about the product?
very pleasing interface which is easy to understand, features and customisation
What do you dislike about the product?
not able to test WSDL, syncing of changes does not happen sometimes
What problems is the product solving and how is that benefiting you?
REST APIs development, developing test suites for the APIs, alternate to cURL
Recommendations to others considering the product:
handy tool for API development, speeds up the process.


    Research

Postman review

  • September 24, 2019
  • Review provided by G2

What do you like best about the product?
Postman is very self explanatory in its use of utilizing web API's.
What do you dislike about the product?
I dislike the inability to address errors from this side of the platform regarding the API's being utilized.
What problems is the product solving and how is that benefiting you?
Using Postman to acquire data from existing web bases for research. Postman is the most user-interface friendly of the API softwares I've used.


    Bruno S.

Great tool to analyse APIs

  • September 24, 2019
  • Review provided by G2

What do you like best about the product?
Postman is a free tool, available for multiple platforms like Windows, Mac, Ubuntu, etc. Postman is very user friendly and simple to handle, with no extensive training required.
its main feature is the ability to perform API requests and validate the response. It enables define the type of request, add a body in several formats and add header parameters.
The history is very useful if we have forgotten to save a request or need to check some of the previous requests.
It also enables to save my API requests in collections and share them with all my computers and with my team in instantly. For this reason Postman is a great collaborative tool.
The collections can run all together and generate the results instead running each request individually.
This is very useful in API testing because it makes the task much easier.
What do you dislike about the product?
Whereas Postman is an excellent tool for testing API, it would be great if this tool enables stress and load tests. But this is not the case. We can ru our collections multiples times in order to evaluate the system behavior under heavy loads.
Unfortunately, this tool can not generate execution reports. This reports are essencial in project management to show the work done.
Sometimes the synchronization across computers and team members have some issues. Code conflits, loss of data, …
The integration with Jenkins works really bad.
What problems is the product solving and how is that benefiting you?
Postman is very simple to use and even a non-technical person can easily use this, as there is no need to coding knowledge is required.
It’s really easy to define automated tests for an API, and make it test our API frequently to assure that it is working as planned. Each request can be defined wit the type of the request, body and headers.
We can “spy” the API and validade if this is secure to use or if this is easily hackable.
It enables working simultaneously with a team.
Recommendations to others considering the product:
I recommend using Postman for the development and testing of APIs. It’s a very powerful tool and very simple to use and learn. In addition, is a very known software, so there is a lot of online documentation and examples that can help to understand it.
It allows to store and share all the existing collections with multiple requests.


    Jeet S.

Best Tool for API Developing

  • September 21, 2019
  • Review provided by G2

What do you like best about the product?
- Postman is the best tool for API development.
- You can easily Developing any type of API.
- In this Postman you can run the API using any type of method like: POST,GET,PUT, etc.
- Easily you van see request and response.
- Postman show result in json format and it's more convenient for developer.
What do you dislike about the product?
- In postman not used multiple API in single time.
- when I run the API and pass the parameters this parameters are pass in header and params and etc, so it's very difficult process.
What problems is the product solving and how is that benefiting you?
- API is test backend and frontend both side.
- I have also come to realize that many websites don't secure their APIs, which is an interesting analysis made through Postman tools.
Recommendations to others considering the product:
- It was extremely useful to get last bits of knowledge about that what will be the conclusive outcomes of API calls.


    Jeet P.

Best API developing Tool

  • September 21, 2019
  • Review provided by G2

What do you like best about the product?
1. Postman is the best API developing tool.
2. It's easy and user-friendly.
3. In this postman, you can develop any API.
4. Really I like this because It makes easily API testing.
5. In this postman you can test many requests for like: GET, POST, PUT, etc.
What do you dislike about the product?
1. multiple requests can't send in a single time.
2. Lost of time when test the API postman is hung.
3. You can use the import and export then it is not run.
What problems is the product solving and how is that benefiting you?
1. In Postman API is directly used for developing and testing.
2. create the API for mobile application and I test the API in Postman inside this I easily find the request and response.
3. A non-technical person easily used postman no any other knowledge is required.
Recommendations to others considering the product:
1. Postman is an easy integration for backend and frontend programmer.
2. for mobile Application easily test tool.


    Rohit K.

How easy is it, to hit the APIs from Pstman

  • September 20, 2019
  • Review provided by G2

What do you like best about the product?
The features postman gives to modify everything according to your choice.
What do you dislike about the product?
Nothing more to say, but the response time limit should be customizable.
What problems is the product solving and how is that benefiting you?
Testing of all the APIs in local before directly going to the server. Testing of the response before deploying. Management of data in response accordingly. Its a helpful tool in the daily life of a backend developer.
Recommendations to others considering the product:
It is a lite and easy to use software.


    Veronique D.

Excellent for the API test

  • September 17, 2019
  • Review provided by G2

What do you like best about the product?
Postman really simplify the APIs testing. We just have to enter a URL, select the type of query and write the query.
On the internet there are many documents as "How to make GET Request in Postman?". This is very useful !
The last advantage is that the free version of Postman is great!
What do you dislike about the product?
Handling the software is not so obvious. I spent a lot of time to explore the different features by trying all features. After this period of adaptation, it is a pleasure to test our APIs with this software !
What problems is the product solving and how is that benefiting you?
Postman made us more efficient. We spend less time testing the API. He also made the API test simpler.


    Divyanshu P.

Best Tool for API verification

  • September 16, 2019
  • Review provided by G2

What do you like best about the product?
-- Postman is very helpful application to have Request and Response result for API verification.
-- shows very accurate result with complete response details each time
-- have collection support so that user can have record of similar API in single collection and can share to another machine.
-- supports import and export feature in JSON format.
What do you dislike about the product?
-- Should support more code view converter framework. Also all generated code is not executable.
-- Not able to execute multiple API at the same time or interlinked API with single run
-- There should be a proper message details if there is no server found.
-- Swagger import is confusing User Interface after all API gets classified.
What problems is the product solving and how is that benefiting you?
-- Sending Web service Request in various method support like GET, POST ,PUT, DELETE, OPTION helps to find all the related response in a ease way.
-- There is a good feature called Runner which runs the collection and generates the result of each passed and failed APIs so that no need to run all the similar APIs all the time manually.
-- Supports JSON format result structure so to easily be imported and tested on other system too.
Recommendations to others considering the product:
-- Very easy to use if you are looking for a API request - response tool.
-- supports save and synchronization so that user can easily download all the previous request and response data on other device too.
-- Provides all most complete features with no cost.


    Computer Software

Easy tool to test APIs

  • September 16, 2019
  • Review provided by G2

What do you like best about the product?
I can able to easily and quickly test APIs that I have develop and some other open APIs. I really like the UI and the application available on desktop and chrome extension.
What do you dislike about the product?
Better if it is easily support for SOAP APIs as well.
What problems is the product solving and how is that benefiting you?
I am using postman for API testing. It is really useful when we do technical support for our software solutions.


    Telecommunications

Real time results for API endpoints

  • September 16, 2019
  • Review provided by G2

What do you like best about the product?
The ability to test endpoints and get realtime outcomes and results displayed within the window
What do you dislike about the product?
Unfortunately the chrome extension is being depreciated which has been useful in testing and coding in web environments
What problems is the product solving and how is that benefiting you?
Developers and testers are able to get realtime feedback on the result of endpoints, and ensures that we can develop quicker and not have to rework the results.