51Testing软件测试论坛

标题: 用Web_reg_save_param函数实现关联的一个问题 [打印本页]

作者: woddebbmm    时间: 2011-6-14 23:31
标题: 用Web_reg_save_param函数实现关联的一个问题
Action()
{

    web_reg_save_param("just1", "LB=Name=userSession  Value= ", "RB= checked >", LAST );


        web_url("WebTours",
                "URL=http://127.0.0.1:1080/WebTours/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                LAST);

        lr_think_time(6);

        web_submit_data("login.pl",
                "Action=http://127.0.0.1:1080/WebTours/login.pl",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://127.0.0.1:1080/WebTours/nav.pl?in=home",
                "Snapshot=t2.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=userSession", "Value={just1}", ENDITEM,                 "Name=username", "Value=jian", ENDITEM,
                "Name=password", "Value=jian+jing", ENDITEM,
                "Name=JSFormSubmit", "Value=on", ENDITEM,
                "Name=login.x", "Value=67", ENDITEM,
                "Name=login.y", "Value=13", ENDITEM,
                LAST);

        web_image("SignOff Button",
                "Alt=SignOff Button",
                "Snapshot=t3.inf",
                LAST);

        return 0;
}

运行后报错:
Action.c(9): Error -26377: No match found for the requested parameter "just1". 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]
Action.c(9): web_url("WebTours") highest severity level was "ERROR", 6877 body bytes, 1808 header bytes          [MsgId: MMSG-26388]

还有就是不大懂Web_reg_save_param函数中的RB怎么写;求帮助……先谢谢啊
作者: polly12052000    时间: 2011-6-15 09:18
从(Generation log)中搜索脚本中需要关联的值,从而找到左右边界,如果有'或者"需要进行转义/' /"
作者: 夏日摸摸茶    时间: 2011-6-15 09:34
右边界 "RB= checked >",写错了吧 好像不是这个哦
左边界你都能找到 右边界是一样的道理的 "RB=>"
作者: humh    时间: 2011-6-15 10:19
感觉是写对了,但是找到的数据超过了你设定的buf的长度,所以提示你用 web_set_max_html_param_len这个函数增加参数的长度.你检查下看看是不是有几个checked>这样的符号.
作者: humh    时间: 2011-6-15 10:19
感觉是写对了,但是找到的数据超过了你设定的buf的长度,所以提示你用 web_set_max_html_param_len这个函数增加参数的长度.你检查下看看是不是有几个checked>这样的符号.
作者: 云层    时间: 2011-6-15 10:21
应该是右边界写错了
web_reg_save_param("just1", "LB=Name=userSession  Value= ", "RB= >", LAST );
这样应该就行了
作者: woddebbmm    时间: 2011-6-15 10:34
哦 回头试试 ……多谢各位啊
作者: woddebbmm    时间: 2011-6-16 00:07
调好了  ……我终于明白了左右边界是怎么回事了……多谢大家 哈哈哈哈哈……安
作者: xueyou2233    时间: 2014-11-21 14:39
woddebbmm 发表于 2011-6-16 00:07
调好了  ……我终于明白了左右边界是怎么回事了……多谢大家 哈哈哈哈哈……安

怎么挑好的?我也遇到相同的问题





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