Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Postman Enterprise

Postman | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

1,192 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Tooba M.

Best tool for API Testing

  • July 21, 2023
  • Review verified by G2

What do you like best about the product?
Postman is not only the easiest but very versatile tool for API Testing. It allows many different features to ease your work.
What do you dislike about the product?
Everything is good about this tool, I haven't found any issue other than some mini bugs which hopefully will be resolved in newer releases.
What problems is the product solving and how is that benefiting you?
Postman has the feature of automating the tests of API using JavaScript and chai assertions which really helped me out in developing test scripts for my many projects.


    Computer Software

Postman is one of the best API testing tool

  • July 21, 2023
  • Review provided by G2

What do you like best about the product?
Postman is very easy to use. The UI provided is good and can learn it in a quick time. We can use it without any paid subscription. Users can add many collections in Postman. In a collection we can set variables that can be accessed by all the APIs in it, I feel its a very good feature.
What do you dislike about the product?
Sharing the collections in Postman is not an easy process I feel. Also for a bit advanced use , we have to purchase paid plans
What problems is the product solving and how is that benefiting you?
When i develop a new API I need to test them or I need to see the behaviour, before knowing that I cant integrate my API. So to test my APIs with different cases and to test the behaviour Postman helps me a lot.


    Information Technology and Services

Postman : Efficient tool for API Testing

  • July 18, 2023
  • Review provided by G2

What do you like best about the product?
Postman is an incredibly powerful tool for working with APIs, providing a comprehensive set of features and functionalities. As a technical analyst, I have found Postman to be an invaluable asset in my work tools.

One of the standout features of Postman is its simplicity when it comes to making API calls. The user interface is intuitive, making it easy to construct and send requests to APIs. With just a few clicks, I can specify the endpoint, set headers, add query parameters, and include request bodies. This streamlined process saves me valuable time and allows me to focus on other aspects of my development tasks.

Another aspect that I appreciate about Postman is its wide range of authentication options. Whether I need to use Basic Auth, OAuth, SAML, or Bearer Token, Postman provides the necessary tools to handle various authentication methods effortlessly. This flexibility is crucial when working with different APIs that may have different authentication requirements. It ensures that I can test and interact with APIs regardless of their authentication protocols.

Collaboration is another area where Postman excels. The ability to share collections of APIs with team members and work on them collaboratively is a game-changer. Multiple users can access and make modifications to the same set of APIs, allowing for efficient teamwork and coordination. This feature promotes collaboration and simplifies the process of managing and maintaining API collections in a team environment
What do you dislike about the product?
Firstly, the interface can sometimes be overwhelming, especially for newcomers. There are many options and settings that can be configured, and it can be challenging to find the specific settings you need. Simplifying and organizing the interface would greatly enhance the user experience, particularly for beginners.

Additionally, working with variables in Postman can be somewhat challenging. While variables are a powerful feature for dynamic and reusable requests, their implementation in Postman could be more user-friendly. The process of saving data from response in variables is not always intuitive, and it can take some trial and error to get them working correctly. Improving the usability of variables would make them more accessible and increase their usefulness.
What problems is the product solving and how is that benefiting you?
Postman solves several problems that greatly benefit developers and API testers. Firstly, it provides a fast and efficient way to test APIs. With Postman, developers can easily construct and send API requests, including headers, parameters, and request bodies. This eliminates the need for manually writing code or using complex tools for testing APIs, saving time and effort.

Additionally, Postman offers a wide range of pre-developed tools and features specifically designed to work with APIs. These tools include the ability to handle different authentication methods, generate code snippets in multiple programming languages, and run automated tests on API endpoints. By providing these ready-to-use features, Postman simplifies the process of working with APIs and reduces the need for developers to build custom solutions from scratch.


    Real Estate

Postman review

  • July 12, 2023
  • Review verified by G2

What do you like best about the product?
The user-friendly interface of Postman sets it apart from other similar tools. Its intuitive design and well-organized layout make it easy to navigate and understand, even for those new to API development. The ability to create and manage requests, organize them into collections, and visualize responses in a structured manner significantly enhances the development workflow.
What do you dislike about the product?
The abundance of features and options can be intimidating, and it may take some time to fully grasp and utilize all the functionalities effectively. This can result in a steep learning curve for beginners, potentially leading to frustration or confusion.
What problems is the product solving and how is that benefiting you?
Postman simplifies the testing and debugging of APIs. With its intuitive interface, developers can easily create requests, define parameters, and examine responses in a structured manner. The ability to save and organize these requests into collections allows for efficient testing of multiple API endpoints, ensuring their functionality and compatibility with various scenarios.


    Gulshan A.

Making the process of API handling easy

  • July 08, 2023
  • Review verified by G2

What do you like best about the product?
Postman's publicly available workspace I like so much. It becomes easy to see all APIs of a product. When using Twitter API, documentation was tight, but Postman made it easy. I could see all available APIs at a glance & you don't need to do the setup to get a taste of it. Just paste your credential & the actual response is in your hand.
What do you dislike about the product?
It's not that easy tool; you need proper training for it or to go through tutorials they provide; otherwise, it is good for development & testing.
What problems is the product solving and how is that benefiting you?
While working on a task where you need to write backend API first, Postman is much more helpful. You don't need to set up frontend or build to test your APIs. You can try it too quickly. Setting up a front-end app in my daily job is quite cumbersome; it usually takes longer. So when there is a bug, I just hit APIs to my server from Postman, which significantly saves my time.


    Pratishtha k.

The Ultimate API Testing Solution

  • July 05, 2023
  • Review verified by G2

What do you like best about the product?
I mostly like the user interface which is very easy and simple to work. Also, I like the feature to run an automation test using the file upload which makes the work faster.
What do you dislike about the product?
When we use dynamic variables in the pre-request tab and if there is any issue writing the condition or mistake in script then it is not showing the specific error but shows the common error every time.
What problems is the product solving and how is that benefiting you?
- I can manage the daily automation test cases in the postman.
- It saves the time
- Easy to review test cases if multiple test cases are failed.
- Chaining the request which helps a lot to verify the complete end to end cycle of the verification.


    Bhavarth K.

Postman - The best automation tool for API testing

  • July 05, 2023
  • Review verified by G2

What do you like best about the product?
- Easy to integrate with the APIs
- User friendly interface for the beginner who want to start API automation
- Ability to maintain the testdata and variables across different environments like dev, stag and production
- Ability to collaborate between multiple developers and QAs
- Import and export of collection provide best way to share the collection
- It provides best way to document any API design
- I love the way it has some easy to use features like generating code snippets, execution of automation API collection, setting up the monitors
What do you dislike about the product?
- It does not provide extensive programming like creating one common function and use the same function across all API automation tests
- It does not provide easy connection with Database
What problems is the product solving and how is that benefiting you?
- Automation of API tests
- It helps to get faster feedback of APIs implementation
- Resolve the problem of repetitive regression testing
- It resolves the bottleneck of CI/CD integration


    Ronak S.

Postman review after couple of years use

  • July 04, 2023
  • Review verified by G2

What do you like best about the product?
- REST and SOAP API test automation
- End to End API automation including third party API
- Mocking feature is awesome where you can mock some of the third party APIs
What do you dislike about the product?
- Code re-usability cannot be achieved
- It only supports Javascript
- Database integration is provided as an out of the box solution
- Code review becomes difficult
What problems is the product solving and how is that benefiting you?
Postman is providing the best solution to automate testing of the APIs. You can also integrate it with any CI/CD platform to achieve continuous delivery in any software product.


    Manjunatha M.

Postman is a API test King

  • June 30, 2023
  • Review verified by G2

What do you like best about the product?
The UI is very good and there are no lags, I have also observed frequent updates, It also a good thing to consider.
The response also can be stored or saved as a file also, Also building the API request is very easy.
There are sections like headers, body, we can easily fill these to create a API request.
Even importing of the curl command, file and folder is also very easy here.
We can also maintain our API collection easily and maintain these.
Since Postman also provides cloud storage, I can also access my API's from different laptop as well.
What do you dislike about the product?
Absolutely no dislike about this,
I can still add the good features about this tool as of my knowledge.
We can also add certificate in settings tab, since some API's need authentication using certificate. This feature is also provided here.
Also we can attach a file in PUT request and send the file. Everythig is possible in postman to stabilize our API's.
What problems is the product solving and how is that benefiting you?
Postman application mainly we are using for API testing, Starting from installation, this is very easy.
Postman application, we can easily get in online for free of cost. Installation of the same on our laptop is very easy. After Installing, It will ask for signup and immediately you can start using this tool.
In my opinion Postman is the best tool for API testing, As a Automation test engineer, I personally automate many API's , before that I use Postman to see the response and behaviour.
Very easy UI and pretty dashboards makes it very easy to use. I would say, Postman will be the top among all the API testing platform, that too free of cost.
It also has premium version, but I'm using free version and very satisfied with the functionality provided.


    Antony J.

Postman API platform review

  • June 27, 2023
  • Review provided by G2

What do you like best about the product?
Postman helps to test apis with ease with its simple interface and seemless performance. It also supports all possible http methods, changing development environment and many others.
What do you dislike about the product?
It has limited testing areas, it does not support SOAP APIs. It is suited for manual testing and it has considerable limitations when it comes to automation testing.
What problems is the product solving and how is that benefiting you?
Postman is very user friendly and does not complicate the testing process. It stores all the test history which can be very handy when testing large number of apis.