进行压测时,LoadRunner报错如下:
Action.c(98): Error -35061: No match found for the requested parameter "ycyzharry". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size.
解决办法:
web_set_max_html_param_len("1024"); web_reg_save_param("test", "LB/IC=", "RB/IC=,", "NotFound=ERROR","Search=Body", LAST);