Step1: Open your Firefox browser and from Network Connection settings configure the proxy server as HTTP Proxy: 127.0.0.1
, Port: 8888
Step2: Run your Jmeter.bat
file and open Templates
under File dropdown list and click "Create".
Step3: Expand Work Bench and select HTTP(s) Test Script Recorder
. And click Start
at the bottom of the page.You will have two pop up to Allow Firewall and Temporary Root CA Certification Installation.Allow all those and now go to your browser and do your browser activity.When it's done Stop
the HTTP(s) Test Script Recorder.
Step4: You will get the recorded script in JMeter with all your activity in the browser.It will automatically update under Thread Group
.This script will contain all your page requests during browsing activity. Sample script after recording is shown below.
I am using JMeter 2.13
but the procedure is similar in JMeter 3.0
.
Otherwise, you could use BlazeMeter's Google Chrome extension for to record or run a performance test.