Postman Enterprise
PostmanExternal reviews
1,636 reviews
from
and
External reviews are not included in the AWS star rating for the product.
API testing made easy with Postman
What do you like best about the product?
You don't really need to be a programmer or a Computer Science major to understand how to develop a test for an API with Postman in sharp contrast with doing that by a normal text editor or by CLI, it makes it approachable to understand each of the values and parameters in an API. If you know what you are doing it can cut your time trying to write tests and executing them in half.
What do you dislike about the product?
It is not an issue with the program itself, since it fulfills the role really well, but the way how some people use it to test APIs, it isn't a magic wand, if a parameter isn't in the API then even if you set it on Postman and looks like a valid parameter it won't work since it is not a valid input even if the syntax looks ok.
What problems is the product solving and how is that benefiting you?
Creating and testing APIs across different systems.
Recommendations to others considering the product:
It is awesome but not a replacement for reading the API documentation
Golden standard for working with api and HTTP in general
What do you like best about the product?
Postman is the best tool to work with HTTP and to write/integrate/connect/test APIs in general and just some AJAX calls as well. Interface is very easy and understandable. You can use variables and even write scripts. This tool can be also used for some king of automated testing suites building. When you login with your account, your whole calls history, collections and everything else is saved and is accessible from any device. When working with many of 3rd party APIs, you will find ready Postman collections that they provide for easier integration. Nowadays you cannot work as a Software Developer in Web or a Quality Assurance Engineer in Web without using this tool. If you don't know how to use it, then quickly start learning.
What do you dislike about the product?
There are no disadvantages that I can thing about. Only thing is that you need to understand how HTTP is working, without such understanding you will be unable to use this tool. But this cannot be considered as a disadvantage, it is how it is.
What problems is the product solving and how is that benefiting you?
Postman helps to solve development problems with AJAX calls and APIs. It is tool number one when you are integrating some 3rd party APIs as well.
Recommendations to others considering the product:
You need to learn HTTP basics before working with postman. Know authorization, headers, referrers, etc. Without this you will not be able to work with that tool.
If you are not using Postman but instead using some console tools like curl, then quickly switch to Postman, it has nice UI and a lot of good features.
If you are not using Postman but instead using some console tools like curl, then quickly switch to Postman, it has nice UI and a lot of good features.
Quicker API testing with Postman
What do you like best about the product?
The best part is the integration with GitHub and that it can be used as a checkpoint to download any new tests that my team updated for the networks we manage with Meraki. My second favorite feature is that is really easy to see the Query Params and update them directly without having to edit the request directly and the settings apply as expected to the call.
What do you dislike about the product?
The biggest downside for me is that SOAP API calls are kind of unflexible compared to RESTful calls and while there is something expected by the design of the protocols it could be more flexible if a few extra options were present on the GUI, Postman is great as it is but it certainly has room to improve.
What problems is the product solving and how is that benefiting you?
Testing endpoints and rolling updates with API calls.
Recommendations to others considering the product:
Integrating and testing new releases is easier with standardized testing and Postman is really great at standardizing it.
Postman review
What do you like best about the product?
Post man is used to test the api data. we have test all the apis, authentication of the api. we have pass the parameters which have used in api creation and fetch the data from data base.
What do you dislike about the product?
it's secure to test the api's for developer. he is store the history of data in the application.
What problems is the product solving and how is that benefiting you?
it is save the history of last api , when we needed in future we had get the data from previous request.
Best platform for API's
What do you like best about the product?
1. The best thing about Postman that it is very easy to use with minimal complexities and a lot of functionalities.
2.Also we can create a workspace/team on Postman to work with colleagues and invite them on the same.
3.Account sync feature is amazing and in case you are trying on some other laptop just log in and get all your APIs.
4.Running/creating/testing API's is a very smooth and elegant process just with the help of Postman.
5.It also maintains all the history and multiple APIs can be tested in different tabs just to segregate stuff.
2.Also we can create a workspace/team on Postman to work with colleagues and invite them on the same.
3.Account sync feature is amazing and in case you are trying on some other laptop just log in and get all your APIs.
4.Running/creating/testing API's is a very smooth and elegant process just with the help of Postman.
5.It also maintains all the history and multiple APIs can be tested in different tabs just to segregate stuff.
What do you dislike about the product?
As a complete package, I don't think that there are any cons of this amazing software. But yeah sometimes it may take time on first time loading.
What problems is the product solving and how is that benefiting you?
We are creating and testing REST HTTP services for our newly developed web application, to be more specific we initiated with ngrok service, and all the routes can be tested easily with proper logging and debugging via looking at error log too if required.
Recommendations to others considering the product:
I would like to highly recommend this software for developers/teams who are trying to build some API's or test them in an efficient and smooth way.
A great API testing platform
What do you like best about the product?
Postman has a well-organized user interface. And I have been in love with the dark theme ever since they released it. Postman support many API schemas including OpenAPI, RAML, and GraphQL. It has well-written documentation. On top of that, the Bootcamp feature helps you learn it much faster.
What do you dislike about the product?
Overall, I'm very happy with Postman. But if I had to pick one, I'd say the electron desktop client of Postman is a bit slow at times on the Linux platform.
What problems is the product solving and how is that benefiting you?
Postman is one of the best API testing tools. It makes collaboration between team members easier and more seamless. We were able to significantly improve the API design and testing.
The best tool in the market for REST services testing and
What do you like best about the product?
Postman is that unique tool that can single handedly manage all your REST API testing needs. It has a slick UI, ease of functionality is great and the ability to switch between request types is great. I think it's unparalleled in it's ability.
What do you dislike about the product?
One thing that can be improved is that it can definitely provide means for auto login (for authentication) like chrome does.
What problems is the product solving and how is that benefiting you?
Testing REST APIs has become easier with postman. Life is simpler and work gets done comparatively quickly.
Recommendations to others considering the product:
You can definitely give it a try!
Very useful tool for a backend developer
What do you like best about the product?
its has many unique features than its competitors, i like the most is we can have environment profiles, folder view, duplicate a request, an online account to transfer our configurations to another teammet
What do you dislike about the product?
the thing I dislike is the limitations in its free version, can give some premium features in free versions also
What problems is the product solving and how is that benefiting you?
I work as a back end developer for a Software firm, here we need not to wait for a UI team to complete their work to test the APIs I developed, with the help of post man I can test my APIs without any other dependencies
Great tool for API integration and testing
What do you like best about the product?
It is really simple to use, as long as you are using the correct values it should work exactly the same as running the tests in the browser or wherever the API is supposed to operate with a few exceptions, it even serves to detect possible breakdowns when a parameter is wrong and possible security falldowns with little extra effort.
What do you dislike about the product?
It is a way to test things and it works great as long as you don't have any dependencies, if you rely on the browser to have video support in order for your API to work it can be simulated but not fully tested, it would be great if a way to append addons to actually test requirements.
What problems is the product solving and how is that benefiting you?
Testing APIs for function, security, and resilience.
Recommendations to others considering the product:
It is a great tool for API testing and development but be aware of its limitations.
Best application for testing Restful APIs
What do you like best about the product?
Best part of Postman is, it provides the best environment for testing APIs both automatically and manually.
We can save our APIs collections into Postman's cloud and can access it anytime and anywhere.
It allow any number of APIs call and also saves the API request and response if we choose to.
Another thing is, we can use variable to be used for parameters for API.
We can save our APIs collections into Postman's cloud and can access it anytime and anywhere.
It allow any number of APIs call and also saves the API request and response if we choose to.
Another thing is, we can use variable to be used for parameters for API.
What do you dislike about the product?
Only dislike about this application is, it becomes slow after having so many open tabs of requests.
What problems is the product solving and how is that benefiting you?
Able to test unlimited APIs everyday without any restrictions, also best for development teams.
Recommendations to others considering the product:
Best application for testing Restful APIs.
showing 521 - 530