Postman Makes Daily API Testing Fast and Efficient
What do you like best about the product?
when i use postman it makes api testing very fast and effiecient on daily basis development work as i working in neuronimbus.
My mainly use to test api for my spring book applicaion.
Honestly request history and save part i like most i use to rename and save my api as what the api is work for.
improves my productivity during backend development.
Initially i useed other things too but not good as postman
What do you dislike about the product?
slow sometimes when working with multiple tab may be my computer specification.
workspace features is slightly confusing as a new user
What problems is the product solving and how is that benefiting you?
it help me to solve the problem of testing and debugging apis.
i can quickly send request,validate resposnse and identify issues in one place
the best part i like most collection
User-Friendly UI with Powerful API Testing
What do you like best about the product?
I use Postman for API testing. I like its easy-to-use UI, which makes it accessible even for beginners without confusion. The tab-based layout keeps things organized, and I love the response viewer window. Automation test scripting is well supported. I would rate the initial setup ease as 9 out of 10. I also think it's the best app for API testing and would recommend it with a 9 on a scale of 1 to 10.
What do you dislike about the product?
I work with very large collections and almost 6 environments so sometimes I experience lagging.
What problems is the product solving and how is that benefiting you?
I use Postman to automate API requests and manage environments, simplifying regression testing and assertions.
Automated API checks have reduced manual effort and provide faster validation for backend changes
What is our primary use case?
I have been using Postman Enterprise for the last six months. My main use case for Postman Enterprise is to use tables for the API. A specific example of how I use tables for the API is that, for using the backend, we can make policies, and to check the API, I use Postman.
The process saves my time, so I want to check if my idea is working, and I check it directly using this. The main use case I have for Postman Enterprise is for checking if the parameters are working correctly, especially for backend APIs where we have DevOps working, and we need to monitor the actual APIs.
What is most valuable?
The best features Postman Enterprise offers are to check backend APIs for quality, which the testing team can also verify. There are other features, but they all relate to backend APIs, testing APIs, and developers can monitor them in a single system using Postman. Postman Enterprise positively impacts my organization as it saves our time, eliminating the need to check it manually.
What needs improvement?
Postman Enterprise can be improved by explaining its many features one by one to the users for efficient use since there are numerous features in Postman. They can lower the pricing because small teams cannot afford it. We are in a company that can afford it, but startups will not have the budget.
For how long have I used the solution?
I have been working in my current field for the last one year.
What do I think about the stability of the solution?
Postman Enterprise is more reliable and stable than any other application, which is why I use this.
What do I think about the scalability of the solution?
On scalability, I can rate Postman Enterprise a 9.5.
How are customer service and support?
I have never used customer support because there is nothing major to use customer support for at this time, but if I do, I will let you know.
Which solution did I use previously and why did I switch?
I have not used any other solution other than Postman Enterprise.
What was our ROI?
We have seen a return on investment, saving a lot of money and time, particularly time, as we have saved with this.
What's my experience with pricing, setup cost, and licensing?
The pricing, setup cost, and licensing were decent. It was not too much and actually great, though buying for a team is a bit expensive, but we can afford it.
Which other solutions did I evaluate?
Before choosing Postman Enterprise, I evaluated other options, but none were as efficient and scalable.
What other advice do I have?
My advice to others looking into using Postman Enterprise is that they must buy it because it is more efficient. I would rate this product nine out of ten.
Simple, Intuitive Interface That’s Easy to Use
What do you like best about the product?
I appreciate the simplicity of the interface and how easy it is to use.
What do you dislike about the product?
I’ve experienced performance issues when working with heavier APIs, and the tool feels mostly focused on manual testing. I wish it offered better options for automated testing and for running tests at scale. Security also needs to be tightened up when using the Postman Cloud.
What problems is the product solving and how is that benefiting you?
I use Postman for manual API testing before we start our development work. We do have options in OutSystems to test APIs as well, but Postman is much better and more convenient for what we need.
Postman Makes API Testing and Team Collaboration Effortless
What do you like best about the product?
Honestly, Postman has made my work so much easier. Before using it, testing APIs was a bit of a mess — I had to keep track of everything manually. Now I just save all my requests in one place and come back to them whenever I need.
What I really like is how simple it is to switch between different setups like dev and production. It's just a quick change and you're good to go. No more copy-pasting URLs every single time.
The testing part is also really helpful. I can check if an API is working the way it should without doing everything by hand. It catches problems early, which saves a lot of headaches later.
Also, sharing my work with teammates is super easy. Everyone stays on the same page without long back-and-forth messages trying to explain things.
It's one of those tools where once you start using it, you can't really imagine going back to how things were before. Definitely worth it.
What do you dislike about the product?
The one thing that bothers me a bit is how heavy it feels sometimes. When I open Postman, it takes a little while to load, especially if I have a lot of collections saved. It's not a huge deal, but it does slow things down a little when I'm in a rush.
The pricing is another thing. The free version is fine for basic use, but once your team grows and you need more features, it gets pretty expensive. I wish they had more flexible plans for smaller teams.
Also, for someone just starting out, it can feel a little overwhelming at first. There are so many options and settings that it takes some time to figure out where everything is. A simpler onboarding experience would really help new users get comfortable faster.
Sometimes the app also feels a bit slow when working with large responses or big collections. A small performance boost would go a long way.
These are small things though — overall the tool still does its job well. I just think with a few improvements, it could be even better for everyday use.
What problems is the product solving and how is that benefiting you?
Before we started using Postman, testing APIs was honestly a bit of a pain. We had to write everything down separately, keep track of different URLs for different environments, and half the time things would get mixed up. It wasted a lot of time and caused small mistakes here and there.
After we started using Postman, things got a lot smoother. Now all our API requests are saved in one place, so nobody has to start from scratch every time. We just open the collection, pick what we need, and run it. Simple as that.
One of the biggest things it solved for us was team communication. Before, explaining how an API works to a teammate meant long messages or calls. Now we just share the collection and everything is right there — the request, the expected response, everything.
It also helped us catch bugs much earlier. We set up some basic tests and they run automatically, so we know right away if something is broken. That alone has saved us from a lot of last-minute stress before releases.
Overall, I'd say Postman saves our team at least 3 to 4 hours every week just by keeping everything organized and easy to access. It's one of those tools that quietly makes your whole workflow better.
Awesome Code Copy/Export Makes API Requests Easy to Integrate
What do you like best about the product?
The best thing about postman is I can quickly build the code of the request I have called, and then integrate it in my application code. The code copy/export feature is just awesome.
What do you dislike about the product?
The thing which I don't like about postman is that I can't do interception of browser requests for tracking of what's wrong with the APIs being called in my application.
What problems is the product solving and how is that benefiting you?
Its solving the problem for API developer to quickly test their APIs, and as I am a Backend API Developer its very beneficial for me, as I can set many params in the API, can use custom headers and many more features.
Speeds Up Development and Easy to Use
What do you like best about the product?
It speeds up the development process and easy to use.
What do you dislike about the product?
UI can be much more better and also they do not actually tell us about their features . We have to find them.
What problems is the product solving and how is that benefiting you?
API testing has becoming very easy and sharing and collaborating with teams is easy beacause of this.
Postman Streamlines the Full API Lifecycle with Powerful Collaboration and Integrations
What do you like best about the product?
What I like best about Postman is how it simplifies the entire API lifecycle through a clean and practical UI/UX that works well for developers, architects, testers, and integration teams. It makes API exploration, documentation, testing, and collaboration much easier in one place. Its integration capabilities are also very valuable, allowing teams to connect with CI/CD pipelines, source control, monitoring tools, and multiple environments. Performance is strong for daily API testing and debugging, especially when working with collections, variables, and automated runs. Pricing is flexible, and the ROI is clear when teams reduce manual testing, improve API governance, and accelerate delivery. Support and onboarding are helped by strong documentation, templates, and a large user community. The AI and intelligence capabilities add even more value by helping create tests, understand APIs faster, and improve developer productivity.
What do you dislike about the product?
Sometimes the way the interface works to add connectivities is not so friendly.
What problems is the product solving and how is that benefiting you?
Test integrations credentials and anything related to integration before start to write code in Salesforce org to connect to another system.
A Review on Postman
What do you like best about the product?
Using Postman, there's no need to write manual complex code to connect endpoints.
What do you dislike about the product?
Sometimes the API calling is very lag or slow
What problems is the product solving and how is that benefiting you?
I use postman to call APIs for my club website.
Excellent App for API Testing
What do you like best about the product?
Very good application for testing API's.
What do you dislike about the product?
There’s nothing I dislike about it, but there are a few areas that could be improved.
What problems is the product solving and how is that benefiting you?
We mainly use it to test APIs.