Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

If you already have a Fiddler recording you can export the captured requests in HAR format like File -> Export Sessions -> HTTP Archive 1.1 and once done you can convert them into JMeter .jmx script using online HAR to JMX conversion tool

As suggested I have done below steps: 1) Fiddler session exported to .har file 2) .har files converted to .jmx file using https://converter.blazemeter.com/ 3) uploaded .jmx to Jmeter

in this process request body got removed. Please suggest on this. Jmeter Image

Fiddler Request

In the meantime you can convert your Fiddler recordings into a JMeter test by replaying the requests via JMeter

  • Start JMeter's HTTP(S) Test Script Recorder
  • Configure Firefox to use JMeter as the proxy
  • Open Firefox Network Monitor
  • Drag and drop your .har file there
  • Click "Resend" on each request
  • JMeter should capture the requests under the Recording Controller
  • Thanks for contributing an answer to Stack Overflow!

    • Please be sure to answer the question . Provide details and share your research!

    But avoid

    • Asking for help, clarification, or responding to other answers.
    • Making statements based on opinion; back them up with references or personal experience.

    To learn more, see our tips on writing great answers .