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