lcyu888 发表于 2008-6-5 17:09:07

loadrunner9中遇到问题

loadrunner9中

log中的内容如下:
apps.push({ id:'carryCondition',
                        text:'落实条件',
                        code:'AR:419700',
                        url:'/cb/cbCarryOutConditionAction!init.action ',icon:''});


用web_reg_save_param的语句如下,
web_reg_save_param( "flowcontextid2", "LB= code:'", "RB='","Ord=4","IgnoreRedirections=Yes", "Search=All",LAST );

执行后,总是报:
Action.c(223): Error -26377: No match found for the requested parameter "flowcontextid1". 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       

为什么,请大家帮帮忙看看!
email:wang_yxiang@126.com

shen1936 发表于 2008-6-5 17:17:47

web_set_max_html_param_len

lcyu888 发表于 2008-6-5 17:31:16

回答清楚点吧!

shen1936 发表于 2008-6-5 17:38:46

在lr8.1版本中也遇到过这样的问题
我是从问题的Id编号看的。。
要保存的数据太小,请使用 web_set_max_html_param_len 增加参数大小

lcyu888 发表于 2008-6-5 17:42:16

请问!

如何实现啊
页: [1]
查看完整版本: loadrunner9中遇到问题