Cannot capture jmeter traffic in fiddler

fiddlerjmeter

I created a JMeter recording. But when I start the Test,
I don't see any request going in Fiddler. I changed the
port number in Fiddler to 8080, that I am using in JMeter.

Steps:

  1. Create a Thread Group
  2. Add Http Request to the Thread Group and enter URL
  3. Add Recording Controller to the Thread Group
  4. Add HTTP(S) Test Script Recorder
  5. Change Firefox settings to localhost proxy and 8080 port
  6. Record Test
  7. Then start Fiddler and start the test

I am not sure whether JMeter is really running the test successfully.
However it is showing the number of users as 10 and no errors when I
run the test. Is there anything that I am missing?

Best Answer

First, change Fiddler's port back to 8888 as it was originally.

Next, change JMeter's proxy settings to point at 127.0.0.1 on port 8888 as its proxy settings.

Then, run your test.

Related Topic