Blazemeter records only the first step

187 Views Asked by At

I recently upgraded to Windows 11 and I see that the Blazemeter is not working correctly. Blazemeter records only the first step which is loading the URL. When I save the file and open it in JMeter, I see that there is only one transaction controller with one sampler that has a GET call pointing to the server. All the steps after that have not got recorded. Has anyone else experienced that?

1

There are 1 best solutions below

0
Dmitri T On

If by "Blazemeter" you mean BlazeMeter Chrome Extension it doesn't depend on Windows version, it should record whatever HTTP requests are executed in the browser.

If your "steps" do generate HTTP Requests - the extension should capture them. In case the extension doesn't and they're happening (you can cross check it using "Network" tab of your browser developer tools) you can raise an issue via BlazeMeter Support

If your "steps" do not generate HTTP Requests - you won't be able to replay them using JMeter, you will need to go for browser automation framework like Selenium