Try our new research platform with insights from 80,000+ expert users
Test Lead at a tech services company with 10,001+ employees
Real User
Oct 21, 2021
It lets you share test cases with your teammates
Pros and Cons
  • "Postman allows you to incorporate and export the test cases we create. It enables me to share the test cases with my colleagues, so I don't have to copy them into an Excel sheet. Postman lets me export the dataset and share it with my team. They can use my test case for their testing."
  • "Postman has helped with storing data, sharing test cases, and reporting, making it much easier to share test cases with teammates and automatically handle raw data and new structures or formats, which makes my life much easier."
  • "Testing API is pretty straightforward in Postman, but it falls short when testing web services. For example, when we test web services, there is a visual component that we can import in SoapUI but not in Postman."
  • "Testing API is pretty straightforward in Postman, but it falls short when testing web services."

What is our primary use case?

When critical things happen, and we need immediate testing, we use Postman or SoapUI.  For example, when testing ServiceNow applications, we use Postman to call the APIs. The data sequence of the APIs has to be called, so we create test cases in Postman that call the appropriate data, authentication keys, and everything else we include in the data. And when we post about it, we include all that data. We fill in all of the required fields and send the request. When we get the response, it will include some data. We capture that and send it along on the subsequent request. So we usually use Postman to keep our directors informed during our integration and product testing. It's a pretty mature solution. Postman is about seven to eight years old. 

How has it helped my organization?

Postman has helped up with storing data, sharing test cases, and reporting. It's much easier to share test cases with teammates. I don't have to deliver an Excel sheet with all the test cases in there. It covers my list of requirements. For instance, it gives me the raw data, and if I need a new structure or format, it does everything automatically. Back in 2012, it was a browser-based application that you open in Chrome, but now it's a desktop application. It makes my life much easier. The browser-based app was frustrating because Chrome uses a lot of memory, and the browser often crashed. 

What is most valuable?

Postman allows you to incorporate and export the test cases we create. It enables me to share the test cases with my colleagues, so I don't have to copy them into an Excel sheet. Postman lets me export the dataset and share it with my team. They can use my test case for their testing. 

It lists all the tests I have done, so I don't have to report them separately. With SoapUI, I can't do that. So every time I run a test case in SoapUI, I have to note in an Excel sheet the data, response times, etc. Postman sets the data free. It records the calls, responses, and everything else I need. So I can create a report and then go back and see what testing happened in the past month. 

What needs improvement?

Testing API is pretty straightforward in Postman, but it falls short when testing web services. For example, when we test web services, there is a visual component that we can import in SoapUI but not in Postman. It's pretty challenging to work with visuals in Postman, but it's much easier in SoapUI. We used Postman to test web services three years ago, but we found it wasn't suitable, so we started using SoapUI. If Postman's web services testing were smarter, it would be the number one tool we use.

It would be great if Postman could add some more integration with the other testing tools we use. For example, it would be nice if we could create a test case scenario in Postman and execute it using Jenkins during the CFPB pipeline. That would be an outstanding feature that we could use. Writing a lot of code for test cases in Selenium is much more complicated than creating a small test in Postman. So that'll make our life much easier.

Buyer's Guide
Postman Enterprise
March 2026
Learn what your peers think about Postman Enterprise. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
885,264 professionals have used our research since 2012.

For how long have I used the solution?

I've been working with Postman for the past six years.

What do I think about the stability of the solution?

Postman is pretty stable. When I was using the browser-based version, it took a while to load. Now it takes a little time but not very much. It's about as fast as any other application. But when I was using the web app in my Chrome browser, the browser would crash, and sometimes my system would freeze. So we had that issue earlier, but the performance has improved a lot.

What do I think about the scalability of the solution?

Postman is scalable. I can have multiple instances of Postman running tests simultaneously. If necessary, I can open two Postman instances and compare them with another test. 

Which solution did I use previously and why did I switch?

We also used LoadRunner to do some testing but that is for entirely different purposes. It's a load-testing tool for performance, whereas Postman is used more for functional testing. We mainly use Postman mainly to when a thing has occurred in your form. So when we're doing integration testing and all that, we use Postman. It is almost like a manual test where the processes are entirely different. For other purposes, we use tools like LoadRunner, Jenkins, and JMeter. We also use Selenium for automation testing and to execute our CFPB pipeline division. 

How was the initial setup?

Setting up Postman is pretty simple. You just download it and run the installer. It only takes one person to install and you can do it in around 10 minutes.

What other advice do I have?

I rate Postman eight out of 10. I recommend investing in Postman, which has a lot of features. You can use it to save scenarios then export, store, and reuse them. Postman already has a lot of features that I like.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1675566 - PeerSpot reviewer
Technical Test Lead at a tech services company with 10,001+ employees
Real User
Sep 26, 2021
Easy to use with strong reporting features
Pros and Cons
  • "With Postman you can do automation. Automation has increased efficiency by more than 30% or 40%. Because the speed has increased, it's also possible for us to do in-sprint automation testing."
  • "With Postman you can do automation, automation has increased efficiency by more than 30% or 40%, and because the speed has increased, it's also possible for us to do in-sprint automation testing."
  • "To get this email reporting function, we have to integrate Postman with Newman. If the two are not integrated, we won't be getting all these things in one group."
  • "To get this email reporting function, we have to integrate Postman with Newman."

What is our primary use case?

We're a big organization. I'm not sure how many employees we have, but everyone on our team uses Postman. We use Postman mostly to do API testing for a U.S.-based telecom company. I work in a middleware layer, so we get a lot of events from some other subsystems. Events are sent to a particular pipeline comprising Rabbit MQ and Kafka. It's not possible for our organization to simulate the events, like in a QA environment. It's not easy to create those events because they are sent by other companies or other systems.

Using Postman, we simulate these events by sending the events to that particular pipeline. Then we have a consumer application attached to that pipeline. When this particular event is triggered, it's captured and sent to Kafka, so we get a response in a system. It's basically a simulation. Some people try this in our organization itself. For my part, it's more on the DB side. 

How has it helped my organization?

Before integrating Postman, we were triggering events manually. With Postman you can do automation. Automation has increased efficiency by more than 30% or 40%. Because the speed has increased, it's also possible for us to do in-sprint automation testing. When we do manual test cases, we can add an automated test case in the same script. This makes it easy for us to do in-sprint automation. The client is also happy because each time they ask for something, we can provide that.

What is most valuable?

The most valuable aspect of Postman is its ease of use. If a new client comes to our organization, it is very easy to ask him or her to install Postman, then get the URL, and then provide them with the fields for mandate refills or whatever field is applicable. We can ask them to get the JSON. We can even create validations and assertions. Postman can also be integrated with another tool called Newman. 

Postman also has strong reporting features that allow us to create reports and then send these to the stakeholders. We use regularly scheduled reports. Every day at 10:00 a.m. our time, a report will be generated and sent to the stakeholders. We do a regression daily, and everybody gets the report also. It's a very user-friendly tool. Anybody can learn it. In my case, what I do is create an input Excel sheet when I give all the values. It takes the values from the Excel sheet. In the pipeline, we have something called YAML script Baron.

The automation tool requires a little work. You have to spend some time initially, but after that, you don't have to worry about it. For a given set of test cases, I create automated test cases and then add them to this particular regression suite, so that everything will run. If somebody asks me to run a regression tool, I can easily show them the results. It's all in the report, and they can click on it to see the input value that I've given. 

What needs improvement?

To get this email reporting function, we have to integrate Postman with Newman. If the two are not integrated, we won't be getting all these things in one group. I'm not sure if the open-source version of Postman has that. I need to check. If it doesn't, then that's something Postman could add as a native feature.

For how long have I used the solution?

I've been using Postman for three years.

What do I think about the stability of the solution?

Postman has never failed. Maybe once or twice depending on my internet connection. But generally, no issues from the Postman site.

What do I think about the scalability of the solution?

We have integrated Postman with Newman, and that is working fine.

How are customer service and technical support?

I've never had to call Postman support actually. If you want to integrate something, you can turn to community forums and online sources. When we were trying to integrate Postman and Newman, we could just Google it. We didn't have to call anyone. 

Which solution did I use previously and why did I switch?

We've used other solutions in parallel with Postman, like ADAPT Test. ADAPT is more of a service virtualization tool, but we can also do API testing in that particular tool. We were finding it difficult because it taking time for us to open the tool. Frequently, we were getting some error messages. On the other hand, we had support. It's a good tool, but it was not that stable. Eventually, we decided that we would just stick with Postman.

How was the initial setup?

Postman setup was straightforward. It was not complex

What's my experience with pricing, setup cost, and licensing?

It's open-source, so I don't think a cost is involved.

What other advice do I have?

If you're getting started with API testing, Postman is the first tool I would suggest for anybody who wants to learn API. It's easy. Later on, you can try SoapUI and finally move on to ADAPT Test. It's easy to teach and train others to use Postman. I can share my screen and tell them. It's not like I have to sit with them, then show them. There's nothing like that. It's very easy. Even a recommendation will do. When I'm teaching a person, I don't have to sit with them and tell them, "Click there. Click that." I can create a document and share it with them and they can do it on their own. 

I would rate Postman eight out of 10. I need to check on the email functionality though. If email is provided, I might rate it 10. I'm not sure.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Postman Enterprise
March 2026
Learn what your peers think about Postman Enterprise. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
885,264 professionals have used our research since 2012.
Senior Consultant at a consultancy with 10,001+ employees
Real User
Sep 22, 2021
Simple to use and projects are easily stored; somewhat complex, UI needs simplification
Pros and Cons
  • "Simple to use and you can easily store your projects."
  • "The solution is simple to use and you can easily store your projects."
  • "The solution is quite complex partly because the UI needs simplification."
  • "The solution is quite complex and not so easy to understand at first glance."

What is our primary use case?

We mostly use a REST API for testing related to third-party applications, integrating services with third parties responsible for food delivery. Use cases include onboarding for when a new store opens, uploading the menu on the third-party app. and an API for customers to order from a menu. We also use Postman for payments, whether debit or credit card. It covers all the validation points, including whether a card is fake, stolen, invalid or blocked. We are customers of Postman and I'm a senior consultant. 

How has it helped my organization?

We observed that in contrast to SoapUI Pro where you're only able to save your project, Postman allows you to also save your responses so that if something isn't working you can go to your saved results and verify the responses.

What is most valuable?

The solution is simple to use and you can easily store your projects. We mainly use Postman for our manual validation, but you can also schedule the automated validation. It offers multiple scenarios for a single API that you can run whenever needed. It offers a validation kind of functionality and the execution report of scripts. How many passed and how many failed. There's no manual intervention required, you click on the run button and that's it. The dashboards are good and the solution is user-friendly. The solution gives you the capability to run your use cases without manual intervention. 

What needs improvement?

The solution is quite complex and not so easy to understand at first glance. Part of the problem is the UI which needs simplification. There are many features available but they need to structure things more so that they're not scattered on the screen which complicates things. Each time you run the solution, you have to manually provide a username and password because those details are not automatic. That's a pain point for us. It also lacks a feature that will integrate with your database. I think this is a drawback of most applications whether it's Postman or SoapUI Pro. If you want to automate something when you're using the huge APIs, everything needs to be automated using dynamic data and that takes additional time. 

For how long have I used the solution?

I've been using this solution for six months. 

What do I think about the scalability of the solution?

We're a large organization and I imagine there are around 1,000 people using this solution. For maintenance and upgrades, our organization has the repository to maintain all software. Though it's freeware, you cannot install it directly and we have a separate team responsible for maintaining all the software.

How are customer service and technical support?

We use the Postman community if we have any problems. 

How was the initial setup?

The initial setup is straightforward. You just have to install the application, there is no complexity in that. Deployment takes a few minutes and then you build up your URI and start using it. In total, it takes less than half an hour. 

What's my experience with pricing, setup cost, and licensing?

We don't pay for any license, the solution is freeware. There are some additional features that we do need to purchase.

What other advice do I have?

It's important to figure out your requirements and if you need something special, then you will have to compare the different applications and figure out which gives you better results. 

I rate the solution seven out of 10.  

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Test lead at Percik Consulting
Real User
Jun 3, 2023
Helps with API testing
Pros and Cons
  • "The developers put the API in a common workspace which is a nice feature. It makes things much easier and faster to start testing."
  • "I would like to see more integrations with other platforms."

What is our primary use case?

I use the tool to test the APIs that are developed. 

What is most valuable?

The developers put the API in a common workspace which is a nice feature. It makes things much easier and faster to start testing. 

What needs improvement?

I would like to see more integrations with other platforms. 

For how long have I used the solution?

I have been working with the product for five years. 

What do I think about the stability of the solution?

The product is stable. 

What do I think about the scalability of the solution?

My company has 100 users for the product. 

How was the initial setup?

The tool's setup is straightforward and took less than an hour to complete. 

What other advice do I have?

I would rate the product an eight out of ten. The product's user interface is better than others. 

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Senior Salesforce Consultant
Real User
May 4, 2023
Has a straightforward UI and detects specific errors efficiently
Pros and Cons
  • "The solution has helped us very well in testing endpoint URLs."
  • "They should integrate the solution with one of the CRM solutions."

What is our primary use case?

We use the solution for API testing purposes.

How has it helped my organization?

The solution has helped us very well in testing endpoint URLs.

What is most valuable?

The solution's most valuable features are straightforward UI and the ability to identify specific errors.

What needs improvement?

They should integrate the solution with Salesforce.

For how long have I used the solution?

We have been using the solution for one and a half years.

What do I think about the stability of the solution?

It is a stable solution.

What do I think about the scalability of the solution?

The solution is scalable for testing purposes. We plan to increase its usage further.

How was the initial setup?

The solution's initial setup process is pretty simple.

What was our ROI?

The solution has generated ROI for our organization.

What other advice do I have?

The solution has all the essential features. I recommend it to others and rate it as a ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1576428 - PeerSpot reviewer
Engineer 2 at a computer software company with 10,001+ employees
Real User
Mar 27, 2023
Interactive and user friendly with a few performance hiccups
Pros and Cons
  • "The initial setup is simple."
  • "The performance needs to be improved."

What is our primary use case?

The solution is used for testing APIs, building monitors, and scheduling everyday runs to check API health.

What is most valuable?

Environment variable setup, pre-request script, tests, and monitors are most helpful.

The initial setup is simple. 

What needs improvement?

The Postman monitor will give the pass and fail status in the console. It could serve better if there is a downloadable report which gives tabular details of response time against each API and a pass/fail count (graphical representation) after the monitor runs.

The performance needs to be improved. Postman application freezes when a whole lot of APIs run under a collection.

For how long have I used the solution?

I have been using this solution for two years.

What do I think about the scalability of the solution?

Observed performance issues when used excessively. The application freezes and needs a restart. The response of the app is slow while running a collection with a lot of APIs.

How are customer service and support?

We do have some interaction with technical support. They are responsive and knowledgeable about the product.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

I used SoapUI previously. I found Postman to be more interactive and accessible compared to SoapUI.

How was the initial setup?

It's a very straightforward solution to install. I'd rate the process five out of five in terms of ease of deployment. 

What other advice do I have?

I'd rate the solution eight out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Amrutha Shekar - PeerSpot reviewer
Senior Test Engineer at a tech vendor with 1,001-5,000 employees
Real User
Nov 7, 2022
API testing solution that offers a free version and can be used for personal reasons for API testing
Pros and Cons
  • "This solution offers a free version."
  • "This solution offers a free version."
  • "If you have knowledge of JavaScript, the initial setup is easy and straightforward. If not, it may take some time to learn about JavaScript before starting the implementation."
  • "The downside of using this solution is that you need to know JavaScript."

What is our primary use case?

I use this solution in my personal capacity. I use this solution to manage APIs. 

What needs improvement?

The downside of using this solution is that you need to know JavaScript. 

How was the initial setup?

If you have knowledge of JavaScript, the initial setup is easy and straightforward. If not, it may take some time to learn about JavaScript before starting the implementation. 

What about the implementation team?

We implemented this solution in-house.

What's my experience with pricing, setup cost, and licensing?

I have only used the free version of this solution.

What other advice do I have?

I would rate this solution an eight out of ten. 

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1992327 - PeerSpot reviewer
Senior Software Engineer at a tech services company with 51-200 employees
Real User
Nov 5, 2022
A great user interface for creating and managing different testing environments
Pros and Cons
  • "The solution has a great user interface and collection of features."
  • "The solution is a great tool for managing APIs and should be used by developers and QA teams."
  • "Multi-part requests should be handled in the octet-stream."
  • "Multi-part requests should be handled in the octet-stream subtype which provides responses in chunks for files that can be downloaded and viewed."

What is our primary use case?

Our company uses the solution as a developer platform for testing APIs. Our backend team develops APIs which are then pushed to the solution for QA testing and configuration. 

What is most valuable?

It is very easy to create and manage different environments for testing. We can plug in different URLs and variables to test in a local environment before going to production. 

The solution has a great user interface and collection of features. 

What needs improvement?

Multi-part requests should be handled in the octet-stream subtype which provides responses in chunks for files that can be downloaded and viewed. We had an issue with multi-part requests recently and had to fix it. 

For how long have I used the solution?

I have been using the solution for four years. 

What do I think about the stability of the solution?

The solution is stable with no issues. We have never experienced a problem or crash. 

What do I think about the scalability of the solution?

The solution is scalable. An improvement to the octet-stream will enhance scalability for testing APIs. 

How are customer service and support?

I have not escalated questions to support. One time I experienced an issue switching URLs in our environment, but haven't experienced it since. The solution's developers and QA team are continuously improving the product. 

How was the initial setup?

The setup was really easy and was accomplished by configuring our email. 

Different projects automatically sync to the solution upon login so we are able to import files and configure API setups for other team members. 

What about the implementation team?

We implemented the solution in-house and there is no maintenance because continuous updates are provided. 

Which other solutions did I evaluate?

I use the solution and other team members use Swagger. 

What other advice do I have?

The solution is a great tool for managing APIs and should be used by developers and QA teams. It performs important testing for understanding how APIs work or whether any bugs exist and can be used to set up product domains. 

I rate the solution an eight out of ten. 

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Other
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free Postman Enterprise Report and get advice and tips from experienced pros sharing their opinions.
Updated: March 2026
Buyer's Guide
Download our free Postman Enterprise Report and get advice and tips from experienced pros sharing their opinions.