Postman Enterprise
PostmanExternal reviews
1,583 reviews
from
and
External reviews are not included in the AWS star rating for the product.
An API testing and collaboration tool that is both powerful and easy to use
What do you like best about the product?
Postman makes API testing easier with its easy-to-use interface, which makes it simple to make, send, and look at HTTP requests. The collections feature is one of my favourites because it helps me organize and automate my workflows. Its support for pre-request scripts and environment variables makes it very flexible, especially when testing in different environments or stages.
What do you dislike about the product?
Postman is great for things, but it can use up a lot of resources when you have a lot of collections or long runtimes. Sometimes syncing between team workspaces takes a longer than expected and it can be hard for beginners to learn how to do advanced scripting or automation
What problems is the product solving and how is that benefiting you?
Postman makes testing and developing APIs a lot easier, It helps me find and fix bugs in REST APIs more quickly and reliably. I can easily test a lot of different situations in development staging and production without having to rewrite code by using collections and environments. Also it means you dont have to write your own scripts or use CURL over and over again. Sharing requests and results with team members makes it
A good tool for API testing for individual users and teams
What do you like best about the product?
Generally, as a developer postman is one of the most used tool for me. It helps one to try out from simple rest-api to complex web socket. Cloud sync is on top of that, want to share the url of a staging link or header of staging link, put it once and the entire collection has it synced across all the users.
There are many other features that make it better than other tools like hopscotch, insomnia etc. Flows, Mock Servers etc allows us to imitate the backend without going through much hurdle.
One another thing is Postman Lite Client - can be used without logged in and very light weight
It is very easy and straightforward to use. But definitely once got in hand, advanced scripting allows one to automate lot of this things in API testing/visualisation
There are many other features that make it better than other tools like hopscotch, insomnia etc. Flows, Mock Servers etc allows us to imitate the backend without going through much hurdle.
One another thing is Postman Lite Client - can be used without logged in and very light weight
It is very easy and straightforward to use. But definitely once got in hand, advanced scripting allows one to automate lot of this things in API testing/visualisation
What do you dislike about the product?
The application can be considered a bit resource heavy since it is an electron application.
The pricing seems to be bit high and the limit of 3 users on a team is bit disappointing
The pricing seems to be bit high and the limit of 3 users on a team is bit disappointing
What problems is the product solving and how is that benefiting you?
Testing and visualisation of API and trial runs before frontend integrations are considered to be the thing Postman solves
The HTTP testing for backend is never felt better in any other software
What do you like best about the product?
As a long-time user of Postman and a professional who has worked with various backend testing tools, I can confidently say that my experience with the testing frameworks and methodologies at TCS has been a revelation. The company's approach to backend testing is a masterclass in efficiency and user-centric design, and it has truly elevated the process beyond anything I've encountered before.
The most striking aspect is how seamlessly the testing environment integrates with the development lifecycle. Instead of a disjointed process where developers and testers operate in silos, the TCS model fosters a collaborative atmosphere. This is particularly evident in their use of internal tools and custom-built libraries that are designed to complement popular software like Postman. While Postman is excellent for its ease of use and powerful features, the solutions I've used in my experience to provide an additional layer of automation and a more structured approach to API validation. The frameworks allow for the creation of reusable test suites that are easily managed, scaled, and integrated into continuous integration/continuous deployment (CI/CD) pipelines.
The most striking aspect is how seamlessly the testing environment integrates with the development lifecycle. Instead of a disjointed process where developers and testers operate in silos, the TCS model fosters a collaborative atmosphere. This is particularly evident in their use of internal tools and custom-built libraries that are designed to complement popular software like Postman. While Postman is excellent for its ease of use and powerful features, the solutions I've used in my experience to provide an additional layer of automation and a more structured approach to API validation. The frameworks allow for the creation of reusable test suites that are easily managed, scaled, and integrated into continuous integration/continuous deployment (CI/CD) pipelines.
What do you dislike about the product?
I miss it as an extension In VS code last time when i used it. But I believe it’s coming so soon.
What problems is the product solving and how is that benefiting you?
We used it to test our new APIs and debugging the old ones
Ease of Testing API's
What do you like best about the product?
Postman makes API testing super efficient with its clean interface and powerful features like collections and environment variables. It saves me tons of time during debugging and automation.
What do you dislike about the product?
At times Syncing issue occasionally pops up
What problems is the product solving and how is that benefiting you?
Postman helps me quickly test and debug APIs without writing extra scripts.
Best for api testing
What do you like best about the product?
Supports every kind of api that you can think of. Easy to save and collaborate
What do you dislike about the product?
Nothing to be honest. Everything’s great!
What problems is the product solving and how is that benefiting you?
Supporting all kinds of api requests
A must have API tool for Developers and Testers
What do you like best about the product?
Postman is a powerful and user-friendly platform for developing, testing, and documenting APIs. It simplifies the process of sending requests, analyzing responses, and managing API environments. Features like collections, environment variables, test scripting, and automated workflows with monitors make it ideal for both individual developers and collaborative teams.
What do you dislike about the product?
Not each time, but sometimes when it's been active for a long time it takes too much RAM of system and need to restart.
No multiple window support is also a little bit con
No multiple window support is also a little bit con
What problems is the product solving and how is that benefiting you?
I always test my API's on postman after deploy the code to server to verify and cross-check the request and response.
While working on a project, I first test the API given by backend developer on Postman only
Sometimes I need to clear or update the data without front-end client, in that case Postman is the only tool I prefer.
While working on a project, I first test the API given by backend developer on Postman only
Sometimes I need to clear or update the data without front-end client, in that case Postman is the only tool I prefer.
Great solution for API development
What do you like best about the product?
The ease with which we develop, document, test, and share APIs, as well as the ability to share environment variables
What do you dislike about the product?
That it requires local agent installation
What problems is the product solving and how is that benefiting you?
The ability to share APIs and environment variables for testing purposes with other team members.
The support for different environments.
The support for different environments.
Developer's best friend
What do you like best about the product?
Postman makes API testing a breeze. I can quickly set up requests, test different environments, and even automate collections for regression testing. The UI is slick and beginner-friendly, but still powerful for advanced workflows. Collaboration features and mock servers are straight-up lifesavers in a team setup. It's literally my go-to every day.
What do you dislike about the product?
Sometimes it feels like it’s too bloated – especially with newer updates hogging more memory. The interface can lag if you’ve got too many tabs or large collections open. Also, the pricing feels a bit steep for teams that don’t need all the enterprise-level features. Would be nice if lightweight mode was a thing. Especially slow on Linux OS
What problems is the product solving and how is that benefiting you?
Postman saves me hella time when building or testing APIs. No more writing curl commands or hitting endpoints manually. I just plug in the request, hit send, and boom, response right there. It handles auth tokens, query params, headers, and even test scripts — all in one place. Makes team collab smooth too, since I can share collections or environments with devs and QA. Honestly, it keeps my workflow clean and cuts out all the repetitive grunt work.
Postman for Back API Testing.
What do you like best about the product?
The user interface provided is simple, while designing and creating an API in a backend application, it is easy to test. Additionally, Postman provides a variety of features to work with APIs. While integration of the API in the Front-end Application is also useful. Postman is useful for front-end developers, back-end developers, application testers, and DevOps. Developers can use Postman without signing up, the APIs can be easily shared, and Postman also allows users to store them in a specific workspace and share the APIs with authorized persons. Ease of implementation of APIs, good customer support, and I use it day-to-day in my work.
What do you dislike about the product?
Postman requre a lot RAM memory that is the major draw back and It need high performance configure machine.
What problems is the product solving and how is that benefiting you?
Working with APIs on backend applications and frontend applications.
Test your Backend APIs without Frontend Integration
What do you like best about the product?
NO setup required, we can test the APIs easily with local server or remote server securely, we use this often when frontend is not ready yet.
What do you dislike about the product?
Everything looks cool for now, but there are features which could be provided to free users as well, this puts more value for many free users out there
What problems is the product solving and how is that benefiting you?
Without the other external app/UI dependencies it makes the devs work easier by providing simple easy to use tool, saves lots of time, and it was more reliable.
showing 281 - 290