MitSM
MitSM

Reputation: 31

JMeter does not record any client server activity

I am trying to record any client-server activity in JMeter as a start for learning. I am doing this from a company network and hence have to go through proxy. Below are the steps I took for recording.

Upvotes: 1

Views: 388

Answers (2)

MitSM
MitSM

Reputation: 31

This is now resolved

I added : JAVA_HOME variable in User environment variables with value pointing to jre installed on my machine C:\Program Files\Java\jdk1.8.0_60\jre

Also I had to select Java under HTTP Sampler Setting in HTTP(S) Test Script Recorder. (Though I don't get the purpose of this setting).

HTTP Sampler setting changed to Java

After doing above changes script is recording fine under company proxy.

Upvotes: 0

Masud Jahan
Masud Jahan

Reputation: 2978

I would recommend you to consider to use chrome extension for jMeter script recording without launching JMeter benefits: You can export the script written to JMeter and/or to cloud as well and run it on the cloud.

Upvotes: -1

Related Questions