51Testing软件测试论坛

标题: No match found for the requested parameter "Parameter_1". [打印本页]

作者: langu0823    时间: 2013-4-2 13:29
标题: No match found for the requested parameter "Parameter_1".
脚本中有:
web_reg_save_param_ex(
  "ParamName=Parameter_2",
  "LB=body id=\"",
  "RB=\" style",
  "Ordinal=all",
  "SaveOffset=0",
  "SaveLen=32",
  SEARCH_FILTERS,
  "Scope=Body",
  "IgnoreRedirections=Yes",
  "RequestUrl=*/login*",
  LAST);
回放时没有报错
controller中运40个用户行一段时间后,一直报:Action.c(35): Error -35061: No match found for the requested parameter "Parameter_1". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size
我觉得不是web_set_max_html_param_len("1024")的问题,因为把这个值设置成web_set_max_html_param_len("999999"),也会有这个问题
作者: thirfing    时间: 2013-4-3 10:54
报错的是Parameter_1,你代码查找错地方了
作者: msnshow    时间: 2013-4-8 20:09
Parameter_2 你上面的关联是这个,报错的根本不是这嘛




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