Exporting fiddler session as .jmx for JMeter test

2020-03-26 09:05发布

Has there any option(s) / work around to export fiddler trace files as .jmx files to be imported into JMeter?

3条回答
劳资没心,怎么记你
2楼-- · 2020-03-26 09:16

Have a look at this:

Another option is to use HAR format (chrome or firefox+firebug+plugin) and use this:

查看更多
一纸荒年 Trace。
3楼-- · 2020-03-26 09:18

Blazemeter have a free tool where you can convert exported HAR files from fiddler and save them as jmx files.

Worked very good for me.

查看更多
萌系小妹纸
4楼-- · 2020-03-26 09:20

I've created an extension which can transform HTTP request to any other text format as long as you can create a simple Mustache template for it. Recently I created a template to convert Fiddler Http request to JMeter project i.e. JMX file. It's a basic template but you can customize as per your needs.

https://github.com/hemantsharma-io/MockingBird#convert-a-get-http-request-to-jmx-ie-jmeter-for-perf-testing-in-fiddler

查看更多
登录 后发表回答