1

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.

SAIR
  • 439
  • 3
  • 8

1 Answers1

2

Postman has a proxy built-in:

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

Run plan and you're done.

UBIK LOAD PACK
  • 32,675
  • 4
  • 66
  • 109