Why is Jmeter not recording?

I am working with version Jmeter2.3.2 and am trying to record a webpage. I added an HTTP proxy under Workbench and added a default HTTP request in the thread group. using port 9090 and the target controller test plan → thread group. grouping → do not group samplers.

After this parameter, I started the proxy server and opened an Internet browser, selecting manual proxy settings and added the address as a local host with port 9090.

The problem is that Jmeter is not writing anything.

+4
source share
2 answers

You do not need an HTTP request to go. Delete it, start the jMeter proxy server, record your test actions in your browser, stop the proxy server and go to run-> start the test.

+2
source

I would recommend that you consider alternatives to writing a script through a proxy:

1) using the badBoy tool . Here is a video tutorial Getting started with BadBoy for jMeter script to record benefits: easy recording, easy export to jmeter, no need to run jMeter when recording

2) using the chrome extension to write jMeter script without running jMeter Advantages: you can export the script to jmeter and / or the cloud, as well as run it in the cloud.

0
source

Source: https://habr.com/ru/post/1311172/


All Articles