2

我正在尝试使用 JMeter 对 Web 应用程序进行负载测试。我使用代理,然后运行测试。我能够登录到应用程序,但是对于某些页面,它在 JMeter 中给出了响应代码 4**。

经过一些作业后,我发现我通过浏览器和 Jmeter 发送的请求可能不同,所以要检查相同的内容,我正在使用 fiddler。这是找到问题根本原因的正确方法吗?对于此类请求,我应该在提琴手和 Jmeter 中比较哪些所有东西/属性?

任何帮助表示赞赏。如果你愿意,我可以提供更多信息。

非常感谢 :)

4

1 回答 1

0

Abhijeet, Edit the jmeter.properties file which is located in the bin directory. Un-comment the proxy.content_type_include=text/html|text/plain|text/xml Save the file and restart Jmeter. Try recording and see if this makes a difference.

于 2012-08-08T00:53:16.640 回答