Integrating postman with JMeter.
2 min readAug 24, 2020
Are you using Postman for Web/Mobile API Testing? Do you want to perform a load test on them?
Let’s convert Postman calls to JMeter tests.
- Launch Postman and setup the proxy server under File >> Settings >> Proxy to use port as localhost:8888( Select other port number if this isn't available).
2. Launch JMeter tool, open recording template and setup the proxy to use the port 8888 under ‘HTTP(S) Test Script Recorder’ element (same port that is set in Postman)
3. Create a Thread Group>Recording Controller.
4. Click on Start button on the HTTP(S) Test Script Recorder, all the API requests that you send in Postman will be captured in JMeter and store under Thread Group>>Recording Controller.