Jmeter显示找到的响应消息

时间:2014-10-14 13:25:44

标签: jmeter load-testing performance-testing

当我使用JMETER负载测试工具网址http://thebus.in/b2c/booking.aspx?sourceid=1128&destinationid=198&doj=15/october/2014&dor=30/october/2014&Id=0&seats=E3&board=188&noreturn=true

运行此Url时

在视图结果树下的响应数据中,当我运行上述URL时,消息显示为

<html>
<head>
<title>Object Moved</title>
</head>
</body>
<h2>object moved to</h2>
<a href="/Home.aspx"here>
</a>
</body>
</html> 

并且在采样器结果中,响应代码以绿色显示,发现响应消息

我想知道为什么Jmeter会显示结果呢?

2 个答案:

答案 0 :(得分:0)

查兰,

如果你正在点击的网址被重定向,那么你将得到302 http响应代码和上面的'Object Moved to'消息。

您可以在普通浏览器中试用。

http://thebus.in/b2c/booking.aspx?sourceid=1128&destinationid=198&doj=15/october/2014&dor=30/october/2014&Id=0&seats=E3&board=188&noreturn=true

当我尝试访问上述网址时,我被重定向到了下一页。

http://thebus.in/Home.aspx

那么,在你的脚本中,你登录了吗?如果是的话,你有HTTP Cookie管理器吗?

答案 1 :(得分:0)

您需要做的就是将HTTP请求采样器设置为“不遵循重定向”。然后,您将不再看到重定向的页面。然后,我还建议在HTTP请求采样器中添加一个Assertion步骤作为子步骤。