jmeter cli 工具可以录制测试脚本吗?
Can jmeter cli tools record a test script?
我是 jmeter
的新手。通过浏览器操作 recording. Can that be done without 启动 jmeter IDE?
创建一个简单的脚本似乎很容易
记录测试需要启动JMeter代理,无法通过available options启动代理。
有多种方法可用于构建测试计划,包括 HTTP(S) 测试脚本记录器。
Ten different ways to build JMeter Test Plans
即使是复杂的脚本也可以使用录制功能。您将必须 use/add JMeter 组件并在录制完成后配置它们以实现所需的用户操作。
根据 latest stable JMeter version 5.4.1 it's not possible to start HTTP(S) Test Script Recorder 不启动 JMeter GUI
如果您出于任何原因无法执行此操作,选项在:
-
使用您的 browser developer tools to record your test request into a .HAR file,完成后您可以:
- 要么使用online conversion tool将.har文件转换成JMeter脚本
- 或者手动创建JMeter的HTTP Request samplers by looking into requests details in the browser developer tools. If you cannot launch JMeter GUI at this stage as well you can consider using Taurus automation framework which allows creation of JMeter test plans using YAML syntax
我是 jmeter
的新手。通过浏览器操作 recording. Can that be done without 启动 jmeter IDE?
记录测试需要启动JMeter代理,无法通过available options启动代理。
有多种方法可用于构建测试计划,包括 HTTP(S) 测试脚本记录器。
Ten different ways to build JMeter Test Plans
即使是复杂的脚本也可以使用录制功能。您将必须 use/add JMeter 组件并在录制完成后配置它们以实现所需的用户操作。
根据 latest stable JMeter version 5.4.1 it's not possible to start HTTP(S) Test Script Recorder 不启动 JMeter GUI
如果您出于任何原因无法执行此操作,选项在:
使用您的 browser developer tools to record your test request into a .HAR file,完成后您可以:
- 要么使用online conversion tool将.har文件转换成JMeter脚本
- 或者手动创建JMeter的HTTP Request samplers by looking into requests details in the browser developer tools. If you cannot launch JMeter GUI at this stage as well you can consider using Taurus automation framework which allows creation of JMeter test plans using YAML syntax