JMeter 如何测试 Web 应用程序
我使用 HTTP 代理通过 JMeter 对我的 Web 应用程序进行了负载测试。在 HTTP 请求中,我插入一些我想要更改的数据。负载测试后,当我进入网页时,页面没有任何变化,我得到了所有结果(图表和表格)。那个测试是真的还是假的?因为没有页面(数据)更改?
I made load test on my web application with JMeter using HTTP Proxy. In HTTP Request I insert some data which I want to change. After load test when I go to the web page the page was without changes and I get all results(graph and table). Is that test real or not? Because was without page (data) changes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用“树视图”监听器查看您发送到 Web 应用程序的请求。这将告诉您 Jmeter 是否正在发送新数据,或者只是发送您记录的数据。如果 Jmeter 发送了新数据,那么您的应用程序可能有问题。如果 Jmeter 发送了旧的记录数据,那么您需要通过转到请求并更改参数来更新脚本。
Use the "tree view" LISTENER to see what request you sent to your web application. That will tell you if Jmeter was sending the new data, or just sending what you recorded. If Jmeter sent new data, then your application probably has a problem. If Jmeter sent the old recorded data, then you need to update your script by going to the request and changing the parameters.