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 ?
Launch Postman and setup the proxy server under File>Settings>Proxy to use port as localhost:8087.
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)
Now all the API requests that you send in Postman will be captured in JMeter and store under Thread Group>Recording Controller.
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.