|
只一个查询操作
在脚本中使用了函数:
web_reg_save_param("StartRecord",
"LB=Start : ",
"RB=|",
"Search=Body",
LAST);
并且将参数StartRecord的内容输出来。以此并结合场景来判断脚本回放是否正确。
参数StartRecord的要输入的内容是要查询的第一条记录,例如 ID为1000
在场景运行中,总是出现这样的错误:
Action1.c(35): Error: No match found for the requested parameter "StartRecord". 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函数,也会出现类似的错误。
请问:
有什么解决的方法?
又:将函数web_reg_save_param去掉的话,场景中不会出现任何的错误,但是怎样判断实际上也是正确的?
[ 本帖最后由 dingle_lily 于 2006-12-29 14:37 编辑 ] |
|