Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JMeter Recording Controller is not working

Tags:

jmeter

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?

like image 383
Nazifa Chowdhury Avatar asked Nov 01 '15 12:11

Nazifa Chowdhury


People also ask

Why recording is not working in JMeter?

The solution is simple: Make sure firewall is disabled. JMeter HTTPS test Script Recorder is setup and is running(Jot Down the Port Number specified here).


Video Answer


1 Answers

According to you, you have created "Thread Group" under "Test Plan" and you have created "Recording Controller" under "Thread Group".

Double check the following:

  1. Go to "HTTP(S) Test Script Recorder" under "Workbench" and set the correct Target Controller at the right panel.
  2. Start the "HTTP(S) Test Script Recorder" by clicking Start button at the bottom
  3. In "HTTP Request Defaults" under "Thread Group": Input "Server Name or IP" correctly
  4. Set up the browser proxy perfectly. (Default port in "HTTP(S) Test Script Recorder" of JMeter is 8080. Use the 8080 in the browser proxy also. If you want to change the proxy say, 9090 use the same proxy (9090) in the browser proxy set up)

Please see the image attached here: enter image description here

like image 90
Ripon Al Wasim Avatar answered Nov 29 '22 04:11

Ripon Al Wasim