LoadRunner报错No match found for the requested parameter...


进行压测时,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);

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM