报错:
Action1.c(205): t=107600ms: Request done "http://192.168.6.**:8085/***/member_manage.do"
Action1.c(205): Error -26377: No match found for the requested parameter "WCSParam_Diff2". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 4096 bytes, use web_set_max_html_param_len to increase the parameter size
End auto log messages stack.
Start auto log messages stack - Iteration 1.
Action1.c(205): Notify: Saving Parameter "WCSParam_Diff2 = "
Action1.c(205): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 127 and 0, respectively.
End auto log messages stack.作者: cc1988429 时间: 2009-7-26 22:13
试试手动关联吧。自动关联有时候很有问题。作者: hl820427 时间: 2009-7-27 10:55
我现在的脚本是 登陆后做一个申请注册的业务
登陆用户我已参数化、也设置了检查点的
我虚拟10个用户迭代设置Select next low:unique(唯一) Update value on:once(一次)后脚本回放---数据库里增加了10条数据
我虚拟1个用户迭代设置Select next low:Sequential(顺序) Update value on:each iteration(每次迭代)后脚本回放---数据库里增加了10条数据