JMeter 如何测试 Web 应用程序

发布于 2024-09-11 03:17:52 字数 137 浏览 2 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧伤慢歌 2024-09-18 03:17:52

使用“树视图”监听器查看您发送到 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文