51Testing软件测试论坛

标题: 关联 [打印本页]

作者: tangjinglh    时间: 2007-2-2 16:31
标题: 关联
我测试的场景是一个b/s系统,用户登录后先新建栏目,建好的栏目会成为一个链接状态,然后点击栏目,在栏目下面可以建文章,我录制的脚本就是登录系统--新建栏目--新建文章--退出系统,由于建文章需要取栏目id,所以我进行了手动关联,关联后却报错:
No match found for the requested parameter "columning". 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     [MsgId: MERR-26377]
web_url("column") highest severity level was "ERROR", 9635 body bytes, 122 header bytes, 32 chunking overhead bytes  [MsgId: MMSG-26387]
手动关联过程我是按照论坛中那篇置顶的文章一步一步做的,结果却不成,请高手指点一下
作者: chinavip    时间: 2007-2-2 18:47
标题: 关联
Action()
{
     web_set_max_html_param_len("1024");
      ...
}
作者: mengjun    时间: 2007-2-3 15:31
use web_set_max_html_param_len to increase the parameter size




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2