QA Mehtab
QA Mehtab

Reputation: 13

Need help regarding the Blaz meter recording

I am new to jmeter script. I am Recording a script using Blaze meter Chrome recording extension. I am currently recording my step.After Recording Some steps Blaze meter recording popup get hanged.I also click on the extension icon it's showing that start record again.pls help me. snap Tech people I am wating for your response. Thnaks

Solution required pls help me.

Upvotes: -1

Views: 880

Answers (1)

Dmitri T
Dmitri T

Reputation: 168147

BlazeMeter Chrome Extension can only record HTTP requests.

If the action in UI (i.e. sorting) doesn't result in a HTTP request - it will not be recorded. If it uses another network protocol like WebSockets - it will not be recorded as well, you will have to capture the request using a sniffer tool and choose an appropriate JMeter Sampler or Plugin which supports this protocol and configure it accordingly.

I would recommend opening your browser developer tools and see what's going on in "Network" tab, if there is no network request associated with the action in the UI - you don't need to worry about it.

Upvotes: 0

Related Questions