Postman Enterprise
PostmanExternal reviews
1,312 reviews
from
and
External reviews are not included in the AWS star rating for the product.
My go-to tool for all my api validation tasks
What do you like best about the product?
Postman has a very easy to to use user interface which is both intuitive and highly customizable. It lets me easily invoke webservices with very little configuration to be done up front. The pre-test tab lets you to add scripts to dynamically construct API requests and you can validate the response from the API using scripts under the tests tab which is a huge advantage with Postman. You can also share requests quite easily by the import wizard in Postman or share an entire workspace by itself.
What do you dislike about the product?
When using collections runner, you cannot include APIs or web services from multiple collections in your workspace. Also to note, only one data file can be specified in the collections runner window which is not really useful when you want to execute multiple apis with its own sets of data,
Postman console always opens up as a new window and cannot be docked into the main postman window. This is kind of difficult when you want to see trace console activity side-by-side when working on your main window.
Postman console always opens up as a new window and cannot be docked into the main postman window. This is kind of difficult when you want to see trace console activity side-by-side when working on your main window.
What problems is the product solving and how is that benefiting you?
A very simple, easy to understand user interface is the biggest benefit I have come across using postman. You can get started with very little set up and learning curve. I use Postman to trigger webservices, validate response and even perform some good level of automated testing. Postman allows creation of scripts which can be executed before triggering an API request as well as to assert on the response payload. This is particularly useful when you need need to construct dynamic API requests by supplying parameters and to assert on the attributes from the response. Postman sandbox also provides a number of NodeJs modules like url, assert, string-decoder, timers etc, The sandbox also support built in libraries like lodash and moment.
Recommendations to others considering the product:
Postman is a must-have tool when working with micro-services today. Its highly intuitive interface to compose and run API requests means that you'll be up and running wit Postman in no time. Postman also lets you create dynamic web service requests and you can also write assertions on the response payload very easily. You can also create a Team workspace t share requests and even entire collections across your team boosting reusability of your API automation.
Perfect API Testing Tool
What do you like best about the product?
Simple Easy and Friendly UI API Testing Tool
Options of all request type GET POST PUT DELETE
Test Runner can be used to Automate Test flows
Submit API requests and view responses without the need for a browser or browser extensions.
Modify Different parameters with request Query as well as param easily
Download API response easily
Beautify option for the JSON and XML response as well as on request body
Preview Option for the Html Response
Sharing of Collections within team is very easy
Options of all request type GET POST PUT DELETE
Test Runner can be used to Automate Test flows
Submit API requests and view responses without the need for a browser or browser extensions.
Modify Different parameters with request Query as well as param easily
Download API response easily
Beautify option for the JSON and XML response as well as on request body
Preview Option for the Html Response
Sharing of Collections within team is very easy
What do you dislike about the product?
There is no mechanism for the SOAP API to Test
There is no mechanism for the WebSockets
There is no mechanism for the WebSockets
What problems is the product solving and how is that benefiting you?
API Testing and Automation of Rest API's
Recommendations to others considering the product:
There is no mechanism for the SOAP API to Test
There is no mechanism for the WebSockets
There is no mechanism for the WebSockets
A good software tool for testing Apis especially during development
What do you like best about the product?
Ability to create collections and export it to the other team members . One can also edit the collection and add new apis to it. Basically, it provides the mechanism for team collabration in terms of apis testing .
What do you dislike about the product?
The User Interface is not sleek, and gets too clumsy when there are many active tabs open on it, making navigation to the other tabs very difficult
What problems is the product solving and how is that benefiting you?
Apis testing and posting new apis to the collection for future reference
Speed up the development and testing process with postman
What do you like best about the product?
There are so many things that I like about Postman. You can easily see the structure of data after you make an api call that helps a lot while working on the front-end. It can also be used while working on api to see if the endpoint is returning the data that we expect. It's very cost effective and they keep adding new features. There are also ton of other features that haven't gotten chance to use it. It also has ability to store commands, so we can comeback anytime and use our previous stuff.
What do you dislike about the product?
There are not many things that I dislike about postman. They can make UI little more user friendly and can also improve the documentation. Sometimes it takes a while to understand the advanced features of postman. It would be better if we could just run the data analysis in the postman instead of exporting the data and then running it. Also, if qa can do the integration testing in postman, there are not a ton of automation. Postman doesn't have a great way to monitor your test cases. They could provide some common examples.
What problems is the product solving and how is that benefiting you?
It makes easier to do api management. We can also test how secured the api is using different authorization params. We can also share between the colleagues and help each other out. QA can also use this to test things and validate the api endpoints. I also like the fact that mock servers can be setup and use mock requests for testing.
Recommendations to others considering the product:
You are gonna love it.
Great to Tool for Testing Webservice requests
What do you like best about the product?
* I am able to test Get /Post / Put/ Delete requests by postman
* I can implement and see the results of webservices after implementation by Postman
* I am able to track the restless services by Postman
* Webservice request / response and communication is best
* I can implement and see the results of webservices after implementation by Postman
* I am able to track the restless services by Postman
* Webservice request / response and communication is best
What do you dislike about the product?
* I am not able to debug the requests
* I think there should be also a mobile application for Postman
* Debugging of services should be supported as well
* I think there should be also a mobile application for Postman
* Debugging of services should be supported as well
What problems is the product solving and how is that benefiting you?
* Testing services by Get/Post/Put/Delete requests
* Testing and analyzing rest services.
* Analyzing services.
* Testing webservice on remote environment and taking precautions or changing implementations after the change on the services
* Testing and analyzing rest services.
* Analyzing services.
* Testing webservice on remote environment and taking precautions or changing implementations after the change on the services
Recommendations to others considering the product:
* Debugging should be supported
* A mobile application should be released as well.
* It is not that user friendly as I expected
* A mobile application should be released as well.
* It is not that user friendly as I expected
I like postman to debug me api code
What do you like best about the product?
I like the user friendly UI of postman and import feature.
What do you dislike about the product?
there is nothing to dislike in postman yet.
What problems is the product solving and how is that benefiting you?
I can see my history of previous API hits I made on postman. That is very useful for me.
Perfect API testing tool
What do you like best about the product?
Postman is one of the finest software development tools that come into use for almost every web-based project that anyone is building, it provides you features to test your APIs on your local machine, add headers and all the meta data that any real user would do. It also lets you check responses from the server and on top of that, it helps a lot with the API documentation.
Every API or services requires testing for different requests before deploying it for the real world users, thus it is utmost necessary to test all of them before proceeding towards deployment and Postman appears to be the best tool for that!
Also lets you add security tokens or any security checks that would be needed by users after deployment,
Every API or services requires testing for different requests before deploying it for the real world users, thus it is utmost necessary to test all of them before proceeding towards deployment and Postman appears to be the best tool for that!
Also lets you add security tokens or any security checks that would be needed by users after deployment,
What do you dislike about the product?
One and only dislike could be the ease of use, it's not that easy to use Postman and explore its functionalities fully if you're new to it, one should know how to add headers, how to change the type of content, how to add meta data and how to analyze responses or any kind of errors using postman.
What problems is the product solving and how is that benefiting you?
API testing for projects being made using Spring boot framework, Java and flask framework, Python.
Been using Postman almost daily since last 2 years.
Been using Postman almost daily since last 2 years.
All you need for API development and testing
What do you like best about the product?
I like collecting all your APIs under same group and easily separating environments. Testing your APIs on different environments without hassle. Parametric configuration for requests. Easy to share your APIs with your team members.
What do you dislike about the product?
I didn't like the interface when I have to use it for multiple accounts.
What problems is the product solving and how is that benefiting you?
It's easy to manage APIs, testing them on both production and development environment with certain parameters that you define. Even when we are developing an API, most of the time we use postman to test it and see the response of our services.
Recommendations to others considering the product:
Definitely understand how environments work. It'll save a lot of time when you test your APIs.
A usefull tool with self explanatory UI
What do you like best about the product?
The UI of the application. It is very intuitive. Whenever I want to send a request to an endpoint, Postman is the first thing that comes to my mind. The ability to save a particular request and revisit it in later times is also helpful. The history option which allows the user to check all the previously submitted queries is a great feature. Also, the application allows the user to input the data in the request in different formats. This tool helps to test everything before the frontend work even begins.
What do you dislike about the product?
I didn't find any nitpick to dislike. Every functionality that I needed was present and was able to find it quickly. The team has done a greater job on the functionality of the product. One performance concern was that when more tabs are opened, I have experienced some lags and it uses up more RAM than expected.
What problems is the product solving and how is that benefiting you?
I use Postman to test my web application endpoints. Sending 'Post' and 'Get' requests and seeing their replies on the same screen helps in the development process. Postman has helped my team to test all the backend functionality even before the frontend has been designed and created. Backend testing became very easy after the company started using Postman.
Recommendations to others considering the product:
Postman is the perfect tool to test the HTTP/HTTPS endpoints of the server. I would highly recommend this software to backend developers. It is easy to use and intuitive.
Excellent solution for API unit testing
What do you like best about the product?
The graphical user interface takes a minute to get used to, but once learned it is straightforward and quick
What do you dislike about the product?
I think there could be a slightly better effort into making the UI a bit more straightforward. A few times I forget things need to be saved before testing begins, for example. The grouping of tests is a bit odd to manage as well
What problems is the product solving and how is that benefiting you?
We develop restful APIs. As such, we have unit testing within the projects, but we lacked the last part, which is the actual communication with the API. Postman solved this issue, and we find in several cases shifting some of the internal unit testing to postman (since it would kill two birds with one stone).
Recommendations to others considering the product:
I would start with small tests of simple endpoints first. Try to pick endpoints that return JSON files with a low number of keys and easy expected values. Also, in our case, since there were multiple post/delete endpoints we wanted to test, we setup a mirror testing server which is identical to the live one except for the database connection.
showing 831 - 840