Postman Enterprise
PostmanExternal reviews
1,641 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Essential API testing tool
What do you like best about the product?
Postman is an indispensable tool for testing REST APIs. The UI is straightforward and extremely powerful at the same time
What do you dislike about the product?
At times, the tab display can become overwhelming and a bit confusing
What problems is the product solving and how is that benefiting you?
I use Postman to test and perform user acceptance testing on APIs. It lets us test these without needing to develop test harness applications
Postman Review
What do you like best about the product?
PostMan is great for helping me test out my company's API suite and showing examples of how our APIs work to customers.
What do you dislike about the product?
I wish the API template feature was a lot more intuitive and easier to work with. I also wish it was easier to share templates with work colleagues.
What problems is the product solving and how is that benefiting you?
I am able to show very clear examples on how my company's APIs work with Postman. Instead of just sharing my company's docs with customers, I now can easily share API examples.
API testing
What do you like best about the product?
Potman is helpful in testing an API with request body/params and response which we can check. The learning documentation is very good of POSTMAN
What do you dislike about the product?
Sometimes there are hidden headers and some bugs are always open in POSTMAN.
What problems is the product solving and how is that benefiting you?
API testing and automation scripts for an application.
Using Postman from Last 8 Years
What do you like best about the product?
Postman is the best tool for testing all APIs and using Postman for the last eight years. Postman team updating tool frequently and bringing new sound features.
What do you dislike about the product?
Everything is good about this tool and I don't find any competitor for this tool in the market right now.
What problems is the product solving and how is that benefiting you?
We use Postman for developing Microservice at Luman technology, And we use Postman to test all API connections and Responses are proper. We also use Postman for Building Automation. We use Postman's mock server feature which help us to create a dummy server and JSON response. Great Tool overall.
Excellent Product.Value for time
What do you like best about the product?
Being a Backend coder, the postman is a life saviour. It saves time and reduces dependency on frontend coders.
You don't have to wait for frontend coders to finish their job to test the API.
You can do any type of data submission to the API with Postman.
You don't have to wait for frontend coders to finish their job to test the API.
You can do any type of data submission to the API with Postman.
What do you dislike about the product?
Well, there is nothing as such to dislike in postman after but one thing I feel is it can be more organized when there had been multiple calls over the period of time then its gets hard to organize data thus you need to invest time in searching for the right API tab.
It could also have an HTML viewer instead of displaying the HTML as plain text.
It could also have an HTML viewer instead of displaying the HTML as plain text.
What problems is the product solving and how is that benefiting you?
1 - I don't need to be dependent on frontend coders to finish their job and then I could test my API, Instead, I could just test my API without being dependent upon frontend coders thus saving time and money
BEST API Testing tool that have ever made !
What do you like best about the product?
I love this app. Been using the app every day since I came to the development area, and it never fell me down a single time. It's free of usage and a wide variety to configure API calls in a matter of seconds saves time and effort before sending the actual call to the resource.
What do you dislike about the product?
I have nothing to dislike about this tool. No single error throughout my usage, and this is the best tool for any backend engineer for the need of testing.
What problems is the product solving and how is that benefiting you?
I have been using this tool every day for test purposes of the back-end services I developed. It does its job with the responses, and the ability to configure the headers as I want to send the call is excellent.
Recommendations to others considering the product:
This tool is the best API testing tool out there that professionals have designed. It's a must-have product if you are a backend dev, and I can thoroughly recommend this excellent tool to anyone without a second thought.
Best tool for API testing ever
What do you like best about the product?
Postman is a really complete and widely adopted tool to work with APIs.
You can test your APIs, design new ones, document them, create runners (load testing's tool), create mockups, and even more.
It's an intuitive software that will allow you to start working with it almost immediately.
Also, you can create collections with all the APIs and endpoints, organized in folders and specific environments with the configuration values, which you can share with your teammates quickly.
You can test your APIs, design new ones, document them, create runners (load testing's tool), create mockups, and even more.
It's an intuitive software that will allow you to start working with it almost immediately.
Also, you can create collections with all the APIs and endpoints, organized in folders and specific environments with the configuration values, which you can share with your teammates quickly.
What do you dislike about the product?
The only thing I dislike so far is that it's not available for iPadOS. You require a MacBook or PC to install it.
Sometimes it uses a lot of resources, but it works better with every update they launch.
Sometimes it uses a lot of resources, but it works better with every update they launch.
What problems is the product solving and how is that benefiting you?
Since I started working with Postman (several years ago), I have all the APIs I use referenced in the same place, organized in the way I define, and with response samples for future use.
Recommendations to others considering the product:
Don't hesitate any more and start using it. You will be delighted.
Best API testing tools in the market
What do you like best about the product?
The simple user interface of this tool helps Postman to stands on a different level. I was use postman for API testing which I developed in the Django web framework. If I am talking about the testing part, we can test the CRUD operations of API using postman very quickly. During testing, we simply select GET, POST, or any other request type and give the data in the header or body. It will take a response from the server and give it to you. I have used postman for 6 months, I feel postman has lots of features that are not used by me but It is also very helpful for different applications.
What do you dislike about the product?
personally, I don't have any features that are not helpful for me. I don't dislike any features of the postman.
What problems is the product solving and how is that benefiting you?
As a backend developer, I equally working on postman as well as API development. I developed API through the Django web framework. I want to test that API whether it is working well or not. If I am doing the test with a browser then It will take lots of time and It is a lengthy process. When I used postman then I can overcome this problem and doing a great job with minimal time and less complexity. The benefits are we can use lots of postman features along with testing API. The great thing about the postman is all the basic features available with a free plan. If you want to use the advance option then you have to go for a premium plan.
Recommendations to others considering the product:
I strongly recommend using postman for API testing.
Postman best api testing tool
What do you like best about the product?
Best part of postman is the api testing ease it provide you can select get, post, put etc type of requests you want to make in drop down
Providing the end of api and the params in below section and on hit it with the button you will the response in below text section
All this with single ui tool
Providing the end of api and the params in below section and on hit it with the button you will the response in below text section
All this with single ui tool
What do you dislike about the product?
Post man can be difficult to master though it's easy to get started with basic things
What problems is the product solving and how is that benefiting you?
Testing of api and request response format in the given structure
Especially usefull for frontend devs to under tand the response format and usefull for backend dev to test their api format and correctness
Especially usefull for frontend devs to under tand the response format and usefull for backend dev to test their api format and correctness
Easy and Good tool to test, save and Automate rest API
What do you like best about the product?
Ability to Automate the API sequence, Ability to share the collection with various options helps
Export and Import are great
Dev and tester friendly APP
Export and Import are great
Dev and tester friendly APP
What do you dislike about the product?
NIL, the Tools has enough features to help a Dev and tester. Environment variables that need to be exported separately Can have the possibility to export and import with collection
What problems is the product solving and how is that benefiting you?
Using the tool daily to test, review and cross-check API development inside the team
Automated suite to test and validated E2E
Automated suite to test and validated E2E
showing 481 - 490