loadrunner测试遇到的怪事

发表于:2009-09-27来源:作者:点击数: 标签:软件测试loadrunnerLoadRunnerLoadrunnerloadRunner
loadrunner 测试 遇到的怪事loadrunner测试 说说今天测试遇到的怪事 http录制一个脚本,之前测试100个用户的时正常通过,在回头测试80个用户的时候报告这个错误。 Action.c(29): Error -26377: No match found for the requested parameter "WCSParam_Diff1"

loadrunner测试遇到的怪事      loadrunner测试

说说今天测试遇到的怪事
http录制一个脚本,之前测试100个用户的时正常通过,在回头测试80个用户的时候报告这个错误。
Action.c(29): Error -26377: No match found for the requested parameter "WCSParam_Diff1". 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"); 

再次运行,报
Action.c(29): Error -26377: No match found for the requested parameter "WCSParam_Diff1". 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

我是用自动关联的,"WCSParam_Diff1"参数就是关联类似BAsmckllnJWbDbsMZHllMgknzxdXpbrl这串由32个英文字符组成的字符串。

原文转自:http://www.ltesting.net