Postman Collection to JMeter
In this blog post we are going to look at how we take a postman request or collection and translate these into JMeter tests. When web services are being build it is common for Postman to be used to test the endpoints. This is done by:
- Development teams
- Wider Quality Assurance community
- Business users
- Product owners
the list goes on.
What naturally happens during programmes where web services are part of the design is that postman requests and collections are built and grow to support all manner of requirements. Using these collections to quickly build your performance tests can save you a significant amount of time and effort when it comes to understanding the web service you are testing along with the payload that the web service expects.
You will find that in some cases you can inherit a fully functioning set of web service requests that support all your requirements from a performance testing perspective.