Postman Enterprise
PostmanExternal reviews
1,621 reviews
from
and
External reviews are not included in the AWS star rating for the product.
Speed up the development and testing process with postman
What do you like best about the product?
There are so many things that I like about Postman. You can easily see the structure of data after you make an api call that helps a lot while working on the front-end. It can also be used while working on api to see if the endpoint is returning the data that we expect. It's very cost effective and they keep adding new features. There are also ton of other features that haven't gotten chance to use it. It also has ability to store commands, so we can comeback anytime and use our previous stuff.
What do you dislike about the product?
There are not many things that I dislike about postman. They can make UI little more user friendly and can also improve the documentation. Sometimes it takes a while to understand the advanced features of postman. It would be better if we could just run the data analysis in the postman instead of exporting the data and then running it. Also, if qa can do the integration testing in postman, there are not a ton of automation. Postman doesn't have a great way to monitor your test cases. They could provide some common examples.
What problems is the product solving and how is that benefiting you?
It makes easier to do api management. We can also test how secured the api is using different authorization params. We can also share between the colleagues and help each other out. QA can also use this to test things and validate the api endpoints. I also like the fact that mock servers can be setup and use mock requests for testing.
Recommendations to others considering the product:
You are gonna love it.
Great to Tool for Testing Webservice requests
What do you like best about the product?
* I am able to test Get /Post / Put/ Delete requests by postman
* I can implement and see the results of webservices after implementation by Postman
* I am able to track the restless services by Postman
* Webservice request / response and communication is best
* I can implement and see the results of webservices after implementation by Postman
* I am able to track the restless services by Postman
* Webservice request / response and communication is best
What do you dislike about the product?
* I am not able to debug the requests
* I think there should be also a mobile application for Postman
* Debugging of services should be supported as well
* I think there should be also a mobile application for Postman
* Debugging of services should be supported as well
What problems is the product solving and how is that benefiting you?
* Testing services by Get/Post/Put/Delete requests
* Testing and analyzing rest services.
* Analyzing services.
* Testing webservice on remote environment and taking precautions or changing implementations after the change on the services
* Testing and analyzing rest services.
* Analyzing services.
* Testing webservice on remote environment and taking precautions or changing implementations after the change on the services
Recommendations to others considering the product:
* Debugging should be supported
* A mobile application should be released as well.
* It is not that user friendly as I expected
* A mobile application should be released as well.
* It is not that user friendly as I expected
I like postman to debug me api code
What do you like best about the product?
I like the user friendly UI of postman and import feature.
What do you dislike about the product?
there is nothing to dislike in postman yet.
What problems is the product solving and how is that benefiting you?
I can see my history of previous API hits I made on postman. That is very useful for me.
Perfect API testing tool
What do you like best about the product?
Postman is one of the finest software development tools that come into use for almost every web-based project that anyone is building, it provides you features to test your APIs on your local machine, add headers and all the meta data that any real user would do. It also lets you check responses from the server and on top of that, it helps a lot with the API documentation.
Every API or services requires testing for different requests before deploying it for the real world users, thus it is utmost necessary to test all of them before proceeding towards deployment and Postman appears to be the best tool for that!
Also lets you add security tokens or any security checks that would be needed by users after deployment,
Every API or services requires testing for different requests before deploying it for the real world users, thus it is utmost necessary to test all of them before proceeding towards deployment and Postman appears to be the best tool for that!
Also lets you add security tokens or any security checks that would be needed by users after deployment,
What do you dislike about the product?
One and only dislike could be the ease of use, it's not that easy to use Postman and explore its functionalities fully if you're new to it, one should know how to add headers, how to change the type of content, how to add meta data and how to analyze responses or any kind of errors using postman.
What problems is the product solving and how is that benefiting you?
API testing for projects being made using Spring boot framework, Java and flask framework, Python.
Been using Postman almost daily since last 2 years.
Been using Postman almost daily since last 2 years.
All you need for API development and testing
What do you like best about the product?
I like collecting all your APIs under same group and easily separating environments. Testing your APIs on different environments without hassle. Parametric configuration for requests. Easy to share your APIs with your team members.
What do you dislike about the product?
I didn't like the interface when I have to use it for multiple accounts.
What problems is the product solving and how is that benefiting you?
It's easy to manage APIs, testing them on both production and development environment with certain parameters that you define. Even when we are developing an API, most of the time we use postman to test it and see the response of our services.
Recommendations to others considering the product:
Definitely understand how environments work. It'll save a lot of time when you test your APIs.
Excellent solution for API unit testing
What do you like best about the product?
The graphical user interface takes a minute to get used to, but once learned it is straightforward and quick
What do you dislike about the product?
I think there could be a slightly better effort into making the UI a bit more straightforward. A few times I forget things need to be saved before testing begins, for example. The grouping of tests is a bit odd to manage as well
What problems is the product solving and how is that benefiting you?
We develop restful APIs. As such, we have unit testing within the projects, but we lacked the last part, which is the actual communication with the API. Postman solved this issue, and we find in several cases shifting some of the internal unit testing to postman (since it would kill two birds with one stone).
Recommendations to others considering the product:
I would start with small tests of simple endpoints first. Try to pick endpoints that return JSON files with a low number of keys and easy expected values. Also, in our case, since there were multiple post/delete endpoints we wanted to test, we setup a mirror testing server which is identical to the live one except for the database connection.
Knock-Knock - Letter from REST API
What do you like best about the product?
One of the best way to get your hands dirty with REST API calls.
You wanna test your localDB, or any other on the other side of your router its totally worth using POSTMAN.
ALL HTTP verbs , with great UI helps even an amateur to learn calling REST.
The best part is no worries for formatting the response be it JSON, TEXT, XML,media etc.
Testing APIs with parameters, or query attributes has well defined UI to input values, thus worrisome way of editing the URL is gone.
You wanna test your localDB, or any other on the other side of your router its totally worth using POSTMAN.
ALL HTTP verbs , with great UI helps even an amateur to learn calling REST.
The best part is no worries for formatting the response be it JSON, TEXT, XML,media etc.
Testing APIs with parameters, or query attributes has well defined UI to input values, thus worrisome way of editing the URL is gone.
What do you dislike about the product?
Its integration with other frameworks is not so easy to go with.
You seriously need to be atleast an intermediate developer with some knowledge to gain advantage of its functionality while developing with your application.
Although, it provides you all the REST verbs but , HTTPS urls need certificate sometimes because of extra TSL security, thus it has no way of communicating the security protocols even if you have the key.
You need to go through all the pain to bypass or enter that secure network manually.
You seriously need to be atleast an intermediate developer with some knowledge to gain advantage of its functionality while developing with your application.
Although, it provides you all the REST verbs but , HTTPS urls need certificate sometimes because of extra TSL security, thus it has no way of communicating the security protocols even if you have the key.
You need to go through all the pain to bypass or enter that secure network manually.
What problems is the product solving and how is that benefiting you?
I have been working on POSTMAN since last 1 year.
I have used it for my personal projects from data science to web development and from desktop application to android.
As per current scenario its the best way to learn how microservices are communicating throught REST.
I have used it for my personal projects from data science to web development and from desktop application to android.
As per current scenario its the best way to learn how microservices are communicating throught REST.
Recommendations to others considering the product:
GO for it, REST is everywhere !
A good software for working with api
What do you like best about the product?
Easy to visualize, easy to integrate and run
What do you dislike about the product?
Lacks structure, can be improved from design point of view
What problems is the product solving and how is that benefiting you?
I was a software developer in an e commerce company. I was developing apis for order management
Recommendations to others considering the product:
Recommended as it is easy to use
Great API testing tool
What do you like best about the product?
I like the sleek user interface Postman has to make HTML requests and be able to share the collection of requests for each project with the team.
What do you dislike about the product?
When switching authentication tokens it is inconvenient.
What problems is the product solving and how is that benefiting you?
Being able to create projects and create requests inside the editor and run makes it easy without needing to train people on learning to write code.
Has did API testing in postman a couple of times.
What do you like best about the product?
I like that you can test an API offline and can automate thousand of test cases
What do you dislike about the product?
It sometimes responds very slow which creates a confusion between the actual SLA of the api and the postman app itself
What problems is the product solving and how is that benefiting you?
I have tested a internal API which was used to track an ID of a person through multiple people and through multiple sub IDs & the benefit i found that it gives you the exact expected response & the brief description of the errors or the bad response
Recommendations to others considering the product:
Very Useful for complex API testing and automation.
showing 521 - 530