51Testing软件测试论坛

标题: 哪位高手来帮忙解决这个问题呀。。十万火急! [打印本页]

作者: 鹭岛    时间: 2011-8-10 16:29
标题: 哪位高手来帮忙解决这个问题呀。。十万火急!
[attach]74779[/attach]

[attach]74778[/attach]


错误的概率非常高。

所有的error都是:
Action.c(50): Error -26377: No match found for the requested parameter "sellparam3". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 10000000 bytes, use web_set_max_html_param_len to increase the parameter size, Snapshot Info [MSH 75 4]

都是在进入页面的时候才会发生这个错误。

在脚本中:
web_set_max_html_param_len( "10000000" );
web_reg_save_param("sellparam3",
  "LB=margin:1% 0 0 4%;\"><input type=\"hidden\" name=\"_eosFlowKey\" value=\"",
  "RB=\" />",
  "Search=Body",
  LAST);

web_set_max_html_param_len( "10000000" );
web_reg_save_param("sellparam4",
  "LB=_eosFlowDataContext\" value=\"",
  "RB=\" /><input type=\"hidden\" name=\"_eosFlowID\" value=",
  "Search=Body",
  LAST);

在进行测试脚本的时候,没有任何报错,数据正确提交,应该是没错的,但是在压力测试的时候,总会出现这样的错误,随着时间和虚拟用户数增加,错误的比率也会提高。

保存了日志:
Start auto log messages stack - Iteration 303. [MsgId: MMSG-10545]
Action.c(50): Found resource "http://ip:7001/app/common/scripts/eos-web.js.gzip" in HTML "http://ip:7001/app.flow"   [MsgId: MMSG-26659]
Action.c(50): Found resource "http://ip:7001/cisf/common/lib/mootools.js" in HTML "http://ip:7001/app.flow"   [MsgId: MMSG-26659]
Action.c(50): Downloading resource "http://ip:7001/app/supres/images/btn-bg.gif" (specified by argument number 10)   [MsgId: MMSG-26577]
Action.c(50): Downloading resource "http://ip:7001/app/supres/images/sor_header.jpg" (specified by argument number 12)   [MsgId: MMSG-26577]
Action.c(50): Error -26377: No match found for the requested parameter "sellparam3". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 10000000 bytes, use web_set_max_html_param_len to increase the parameter size, Snapshot Info [MSH 303 4]   [MsgId: MERR-26377]
Action.c(50): Error -26377: No match found for the requested parameter "sellparam4". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 10000000 bytes, use web_set_max_html_param_len to increase the parameter size, Snapshot Info [MSH 303 4]   [MsgId: MERR-26377]
End auto log messages stack. [MsgId: MMSG-10544]


这个有没有办法解决呢?
作者: redforce    时间: 2011-8-11 11:49
sellparam3 sellparam4 这两个是参数化的参数吧。好像是参数化的问题
作者: 云层    时间: 2011-8-11 11:54
负载太大了页面刷回来不对导致关联不成功吧
作者: zhang.yuandong    时间: 2011-8-12 10:48
本帖最后由 zhang.yuandong 于 2011-8-15 16:23 编辑

..............
作者: wsbuaa    时间: 2011-8-12 10:57
网络环境是百兆带宽吗?看吞吐量差不多带宽资源都占满了吧,每秒点击数也很高
应该是服务器负载太大的缘故,可以看看此时服务器资源的状况
作者: yandaju    时间: 2011-8-12 16:57
没接受到服务器反馈回来的数据。服务器承受不了这么打的压力吧?或者你看看客户端和服务器的网络使用情况,是不是网络承受不了。
作者: 高保真    时间: 2011-8-12 19:13
加入适当的tinktime,明显是服务器阻塞了,传不回来你截取参数的页面。
作者: tiankai30    时间: 2011-8-15 13:11
No match found for the requested parameter "sellparam3"



建议7楼的
作者: bon-joui    时间: 2011-8-15 14:45
并发量小一点,适当加几个thinktime试一下。
作者: archonwang    时间: 2011-8-17 13:21
同7楼。减少施压。
作者: v522zy    时间: 2011-8-17 15:30
服务器超负载,,或者你的带宽超负荷

无响应了,检查点失败
作者: v522zy    时间: 2011-8-17 15:31
你可以适量的减少,负载的步进,
作者: andrewXX    时间: 2011-8-17 18:30
顶7楼
作者: ljj149850508    时间: 2011-8-18 10:17
帮顶下7楼




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2