Postman Enterprise
PostmanExternal reviews
1,754 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Very Effective API Tooling platform
What do you like best about the product?
The ease of use as well as the quick setup. The user interface is intuitive, and collaborating and sharing projects between team members is very helpful.
What do you dislike about the product?
The only downfall I have seen is the small number of team members you can have on the free version. For young entrepreneurs or students, this can be difficult to get the most out of a tool they can't yet purchase.
What problems is the product solving and how is that benefiting you?
I am constantly using this tool to test web service callouts and verify server responses from different tools. Talking between web applications and CRM's can be challenging to process, but this tool makes that an easy part of development.
Testing out endpoints without a front end
What do you like best about the product?
I love that postman allows you to test out Endpoints on the Backend of an app without having to have a front-end interface built out. I also love how you can keep a historical log of all the endpoints an individual has tested to see what happened previously as well as use that information to fix bugs in an api
What do you dislike about the product?
I dislike the limits how many request Postman will store at a time and the layout. I would prefer a dark theme layout for postman to match the IDE Im working with.
What problems is the product solving and how is that benefiting you?
With postman, I use it to help develop and test backend API's before connecting them with the front end of the application. This makes it extremely easy to test out code we're developing in real-time to ensure data that is received it the correct data that should be going to the front end. This saves alot of headaches in the development cycle as we're able to find any bugs or issues before it reaches the front end engineers.
Recommendations to others considering the product:
If you work on backend applications, I would highly recommend looking into using Postman in your application for testing and developing. A really good tool to have for all backend engineers!
Testing done with ease
What do you like best about the product?
You can create multiple environments like development, test, acceptance and test your code with ease. You can even share your collection with your team so you all can be on the same page.
What do you dislike about the product?
Sometimes when there is very large complex payload for example multiline statements, application gets crashed.
What problems is the product solving and how is that benefiting you?
I am testing email and sms triggers using json structure in postman. It is helping our api to work efficiently.
The best way to make back-end development faster
What do you like best about the product?
I like the minimalistic UI and all the options available in it.
The collection helps easily share and collaborate REST API with other team members.
It prettifies all JSON/XML responses and makes them readable with color.
It does provide documentation, all kinds of testing, and CI/CD integration for APIs.
It makes editing request body faster with intellisense for xml/json/graphQL.
It has Native desktop app as well as Web app.
The collection helps easily share and collaborate REST API with other team members.
It prettifies all JSON/XML responses and makes them readable with color.
It does provide documentation, all kinds of testing, and CI/CD integration for APIs.
It makes editing request body faster with intellisense for xml/json/graphQL.
It has Native desktop app as well as Web app.
What do you dislike about the product?
No complaints as such, but one missing thing would be a mobile app, it would be hefty, but I think a minimal app to look at the API would make things quicker for few people.
What problems is the product solving and how is that benefiting you?
I am a frontend developer, and I collaborate with my team without frequent interaction through postman collection and documentation.
Very complete tool
What do you like best about the product?
It's easy to use and understand. Very effective and quick. Highly customizable
What do you dislike about the product?
It could use some improvements in working in different instances of the same request without saving it (it then reflects the saved changes in all instances)
What problems is the product solving and how is that benefiting you?
API and microservices testing
Recommendations to others considering the product:
Structure (indent) the body if your request in a way it makes it easy to debug if any issues are returned.
Test with different parameters, negative and positive scenarios.
Test with different parameters, negative and positive scenarios.
Postman - Best way to create APIs
What do you like best about the product?
Group your APIs in the folder is the best way for easy access. Report generation is the best thing provided by Postman using which visualization of API performance is possible.
What do you dislike about the product?
Postman provides great services and so there is nothing to dislike about.
What problems is the product solving and how is that benefiting you?
In my organization, I am creating RestAPIs, which I am testing first in postman. Folder structure helps in grouping APIs.
Best for testing api and creating collection
What do you like best about the product?
Creating separate collection for each environment and additional variables as global is good part
What do you dislike about the product?
The only thing I didn't like is we need to upgrade package to create team when adding into postman collection so its hard to add each people in collection from team
What problems is the product solving and how is that benefiting you?
Testing our Api and sharing collection and environment with team
Makes testing APIs very easy. Even for a person who's never written a line of code.
What do you like best about the product?
There are many things that I love about Postman; here are some :
1. provide an endpoint, and it will give you the code for using the API in whatever language you want from Python, Java, javaScript, etc.
2. You can save your frequently use requests so that you don't have to type them again & again.
3. You can save your header & payloads for as long as you want.
4. One of the most amazing things is you can write API documentations as well using Postman.
1. provide an endpoint, and it will give you the code for using the API in whatever language you want from Python, Java, javaScript, etc.
2. You can save your frequently use requests so that you don't have to type them again & again.
3. You can save your header & payloads for as long as you want.
4. One of the most amazing things is you can write API documentations as well using Postman.
What do you dislike about the product?
Nothing as of now. Postman helps me as a data scientist to ship & test APIs faster.
What problems is the product solving and how is that benefiting you?
Without postman, I always had to write a proper cURL request or a python function to test my APIs. This problem is solved by the Postman App, now I can use the UI & interact with my APIs.
Recommendations to others considering the product:
Go for it. It's the best tool for API management and collaboration out there.
A fundamental, necessary tool in my QA toolbox.
What do you like best about the product?
There's a long list of features that I love about Postman, so picking my favorites may be difficult. Our engineering team uses a shared workspace for most of our baseline API tests, which is fantastic, but I love that I can copy that into my workspace and make edits as needed. We also use a plethora of different testing environments with a wide range of data discrepancies, which postman allows the ability to set environment variables to smooth over any data hiccups with ease.
What do you dislike about the product?
Something I'd like to see is having all of their features and notifications accessible within the desktop app, so I never would need to access the website.
What problems is the product solving and how is that benefiting you?
Postman has helped tremendously with solving data related issues that we don't have the ability to fix via our web application's interface.
A nice API management tool. Very Helpful
What do you like best about the product?
The ability to make collections and save responses along with requests is just amazing to me, and the fact that it can be exported later on is even better. Very easy for developer collaboration as multiple people can be added to a team.
What do you dislike about the product?
Though this is a long shot but I would love to have an autogeneration tool for API docs using an existing express application.
What problems is the product solving and how is that benefiting you?
Collaboration between frontend and backend teams and the backend team itself. It helps the frontend team to get a wonderful idea as to what API they can call for what purpose, and what is the exact response they should be expecting out of it. They don't need to go a to a backend dev everytime they need a new API.
Recommendations to others considering the product:
Use the creation of teams and collections features very wisely. It can help improve collaboration to an extent that no frontend developer ever has an issue in calling and expecting API results.
showing 1,121 - 1,130