为什么Jmeter不记录?
我正在使用 Jmeter2.3.2 版本并尝试录制网页。 我在工作台下添加了http代理服务器,并在线程组下添加了http请求默认值。使用端口 9090 和目标控制器测试计划 ->线程组。分组->不要对采样器进行分组。
在此设置之后,我启动了代理服务器并打开了互联网浏览器,选择了手动代理设置,并将地址添加为端口 9090 的本地主机。
问题是 Jmeter 不记录任何内容。
I am working with Jmeter2.3.2 version and trying to record a webpage.
I have added http proxy server under workbench and added http request default under thread group. using port 9090 and target controller test plan -> thread group. grouping -> do not group samplers.
After this setting i have started proxy server and opened internet browser selected manual proxy setting and added address as localhost with port 9090.
The issue is Jmeter is nopt recording anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不需要 HTTP 请求即可开始。删除它,启动jMeter代理,在浏览器中记录您的测试操作,停止代理服务器并转到run->start来运行您的测试。
You don't require the HTTP Request to get going. Remove it, start the jMeter proxy, record your test actions in your browser, stop the proxy server and go to run->start to run your test.
我建议您考虑通过代理编写脚本的替代方案:
1)使用 badBoy 工具 。
这是视频教程开始使用 BadBoy 进行 jMeter 脚本编写
好处:轻松记录,轻松导出到 jmeter,编写时无需启动 jMeter
2) 使用 用于 jMeter 脚本录制的 chrome 扩展,无需启动 jMeter
好处:您也可以将编写到 jmeter 和/或云端的脚本导出并在云端运行。
I would recommend you to consider alternatives to writing script through proxy:
1) using badBoy tool .
Here is video tutorial Get started with BadBoy for jMeter script writing
benefits: easy record, easy export to jmeter, not necessary to launch jMeter while writing
2) using chrome extension for jMeter script recording without launching jMeter
benefits: You can export the script written to jmeter and/or to cloud as well and run it on the cloud.