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:
- Create a Thread Group
- Add Http Request to the Thread Group and enter URL
- Add Recording Controller to the Thread Group
- Add HTTP(S) Test Script Recorder
- Change Firefox settings to localhost proxy and 8080 port
- Record Test
- 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?