我是使用jmeter的新手。当我尝试制作关于创建注册的测试计划时,我在视图结果树Listener上显示错误。任何人都可以告诉我这个错误的意思是什么?我从另一个论坛上读到他通过在“线程组”上添加“Cookie manager”元素来解决http响应200(参考:http://jmeter.512774.n5.nabble.com/Getting-HTTP-Response-200-instead-of-500-td518231.html)。 但是在我的测试计划中,cookie管理员已经添加了。如果对此有任何建议,请告诉我?
采样器结果显示如下:
Thread Name: Registration 1-1
Sample Start: 2013-10-07 11:18:26 SGT
Load time: 643
Latency: 633
Size in bytes: 29706
Headers size in bytes: 155
Body size in bytes: 29551
Sample Count: 1
Error Count: 1
Response code: 200
Response message: OK
Response headers:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=ISO-8859-1
Transfer-Encoding: chunked
Date: Mon, 07 Oct 2013 03:18:27 GMT
HTTPSampleResult fields:
ContentType: text/html;charset=ISO-8859-1
DataEncoding: ISO-8859-1
答案 0 :(得分:2)
通常,当顶级样本返回200 OK且失败状态时,表示嵌入式资源样本失败或断言失败。您是否在侦听器中显示了嵌入式资源?