|
脚本中有:
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"),也会有这个问题 |
|