使用 chrome 扩展使用 Blazemeter 记录 websocket 对话
Record websocket conversation using Blazemeter using the chrome extension
我正在尝试使用 blazemeter chrome 扩展记录 jmx 测试。
在高级选项中我添加
http://*/*, https://*/*, ws://*/*, wss://*/*
它给了我
INCORRECT FILTER PATTERN!
如果我只添加
http://*/*, https://*/*
对我来说效果很好。如何使用 blazemeter 的 chrome 扩展记录 websocket 对话?
根据以下有关扩展的详细信息:-
Record Selenium and HTTP traffic to create a load and functional tests
in less than 10 minutes (Apache JMeter Compatible). BlazeMeter Chrome
extension enables you to - Record. Browse. Upload. Run.
The Chrome extension records all of the HTTP/S requests and actual
user interactions that your browser sends, creates a synced JMeter and
Selenium scripts, and automatically uploads it to BlazeMeter, where
you can execute it with a single click. No need to install JMeter nor
Selenium to record or run your performance test, the Chrome extension
will create the JMeter and Selenium scripts automatically.
The extension will also allow you to debug and test your recorded
Selenium session on your local Chrome browser. By using JMeter
locally, you can debug and enhance the JMX file create by the Chrome
Extension to insure your script is ready to go.
通过这个,我得到它只支持 HTTP/s 而不是 WS。
希望这有帮助。
我正在尝试使用 blazemeter chrome 扩展记录 jmx 测试。 在高级选项中我添加
http://*/*, https://*/*, ws://*/*, wss://*/*
它给了我
INCORRECT FILTER PATTERN!
如果我只添加
http://*/*, https://*/*
对我来说效果很好。如何使用 blazemeter 的 chrome 扩展记录 websocket 对话?
根据以下有关扩展的详细信息:-
Record Selenium and HTTP traffic to create a load and functional tests in less than 10 minutes (Apache JMeter Compatible). BlazeMeter Chrome extension enables you to - Record. Browse. Upload. Run.
The Chrome extension records all of the HTTP/S requests and actual user interactions that your browser sends, creates a synced JMeter and Selenium scripts, and automatically uploads it to BlazeMeter, where you can execute it with a single click. No need to install JMeter nor Selenium to record or run your performance test, the Chrome extension will create the JMeter and Selenium scripts automatically.
The extension will also allow you to debug and test your recorded Selenium session on your local Chrome browser. By using JMeter locally, you can debug and enhance the JMX file create by the Chrome Extension to insure your script is ready to go.
通过这个,我得到它只支持 HTTP/s 而不是 WS。 希望这有帮助。