Search code examples
jsonjmeterpostman

JMeter script to Postman conversion


I have searched on internet, there are lot of ways to convert Postman script to JMeter script, but none showing vice versa.

Have a JMeter API script and want to convert to Postman Collection or Postman readable format.

Any help will be appreciated.


Solution

  • Postman has a proxy built-in:

    Start it, then configure in JMeter the proxy to point to Postman:

    Run plan and you're done.