Reputation: 198
I am using Apache JMeter 2.13. For recording step I have followed this link: https://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf
After following all these steps Recording Controller under test plan is not start recording. Can anyone help me on this issue?
Upvotes: 6
Views: 27709
Reputation: 41
Had the same problem my solution was to add Target test controller.
Upvotes: 0
Reputation: 11
I had a similar problem and it turned out that you can't use "localhost" as proxy server name. Using the PC's DNS name instead of "localhost" in the browser's proxy settings fixed it.
Upvotes: 0
Reputation: 690
I noted a missing step in the Test Script Recorder documentation. It may be obvious to some, but I didn't do it and it creates the exact situation above.
Otherwise the Thread Group is not started and neither is the Recording Controller. However the Test Script Recorder is working.
So the definitive steps would be (using @RiponAlWasim's list):
I'll see what I can do to fix the documentation.
Upvotes: 0
Reputation: 37766
According to you, you have created "Thread Group" under "Test Plan" and you have created "Recording Controller" under "Thread Group".
Double check the following:
Please see the image attached here:
Upvotes: 6