Can not record browser action in jmeter

試著忘記壹切 提交于 2019-12-02 08:48:01

First of all I recommend you to upgrade your JMeter version.JMeter 2.13 version is available.The performance of JMeter is being constantly improved, so users are highly encouraged to use the most up to date version. Ensure you always read changes list to be aware of new improvements and components. You should absolutely avoid using versions that are older than 3 versions before the last one.

Here is the step by step process of recording browsers action.

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 its done "Stop" the HTTP(s) Test Script Recorder.

Step4: After this you will get the recorder 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.

Hope this will work for you.

  1. You need latest JMeter first! Download here.
  2. Check this tutorial on recording.
  3. ApacheJMeterTemporaryRootCA.crt can be found in JMETER_HOME/bin folder.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!