Postman script to JMeter script

user7294900 picture user7294900 · Dec 28, 2017 · Viewed 19.2k times · Source

We have several Postman HTTP scripts,

We would like to convert it to JMeter scripts, is there a simple conversion tool/option? should we use recording as suggested in quora ?

  1. Launch Postman and setup the proxy server under File>Settings>Proxy to use port as localhost:8087.

  2. Launch JMeter tool, open recording template and setup the proxy to use the port '8087' under 'HTTP(S) Test Script Recorder' element (same port that is set in Postman)

  3. Now all the API requests that you send in Postman will be captured in JMeter and store under Thread Group>Recording Controller.

Answer

Danny Dainton picture Danny Dainton · Dec 28, 2017

Your suggestion seems to be one of the quickest ways of doing this - Using the Collection Runner would help speed up the capture process.

Here's a YouTube video I found going through this solution.