51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1824|回复: 2
打印 上一主题 下一主题

[求助] 请问为什么loadrunner在URL链接中参数化会报错?

[复制链接]
  • TA的每日心情
    慵懒
    2015-12-18 18:31
  • 签到天数: 20 天

    连续签到: 1 天

    [LV.4]测试营长

    跳转到指定楼层
    1#
    发表于 2015-12-18 18:38:55 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
    脚本如下:
    Action()
    {
            web_set_max_html_param_len("1024");
            web_reg_save_param("JSESSIONID",
                    "LB=JSESSIONID=",
                    "RB=;",
                    "ORD=1",
                    LAST);

            web_add_cookie("JSESSIONID={JSESSIONID}; DOMAIN=as2.anbwf.com");

            web_reg_save_param("code",
                    "LB=code=",
                    "RB=&state=",
                    "ORD=1",
                    LAST);

            web_url("list",

                    "URL=http://as2.anbwf.com/bsfwx/cookedgoods/list?code={code}&state=STATE",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=",
                    "Snapshot=t5.inf",
                    "Mode=HTTP",
                    LAST);


            return 0;
    }
    页面是在微信公众号里面的,code是微信返回的动态参数,本想取关联,但是在这关联出错,求大神解析。

    报错信息如下:
    Action.c(4): Registering web_reg_save_param was successful          [MsgId: MMSG-26390]
    Action.c(10): Warning: The string 'JSESSIONID' with parameter delimiters is not a parameter.
    Action.c(10): web_add_cookie was successful          [MsgId: MMSG-26392]
    Action.c(12): Registering web_reg_save_param was successful          [MsgId: MMSG-26390]
    Action.c(18): Warning: The string 'code' with parameter delimiters is not a parameter.
    。。。。。。。。。

    Action.c(18): Error -26377: No match found for the requested parameter "code". 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(18): Notify: Saving Parameter "code = ".
    Action.c(18): web_url("list") highest severity level was "ERROR", 23502 body bytes, 245 header bytes, 29 chunking overhead bytes          [MsgId: MMSG-26387]
    Ending action Action.


    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

    该用户从未签到

    3#
    发表于 2015-12-26 11:19:23 | 只看该作者
    关联函数的下一个URL才会得到这个参数,但是你的下一条语句竟然要调用这个参数,肯定会报错啦,看看你是不是掉了一个URL
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    擦汗
    2015-11-11 15:40
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    2#
    发表于 2015-12-24 11:40:28 | 只看该作者
    是不是左右边界取错了,检查下

    评分

    参与人数 1测试积点 +10 收起 理由
    lsekfe + 10 恭喜您获得测试积点10

    查看全部评分

    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-7 07:47 , Processed in 0.065279 second(s), 25 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表