51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1867|回复: 5
打印 上一主题 下一主题

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

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

    连续签到: 1 天

    [LV.4]测试营长

    跳转到指定楼层
    1#
    发表于 2015-12-18 18:36:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    本帖最后由 CrazyPolaris 于 2015-12-18 19:24 编辑

    脚本如下:
    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空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    擦汗
    2020-8-4 11:02
  • 签到天数: 943 天

    连续签到: 1 天

    [LV.10]测试总司令

    2#
    发表于 2015-12-18 19:10:43 | 只看该作者
    web_set_max_html_param_len("1024");
    if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size
    定义长度错误
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2015-12-18 18:31
  • 签到天数: 20 天

    连续签到: 1 天

    [LV.4]测试营长

    3#
     楼主| 发表于 2015-12-19 14:36:12 | 只看该作者
    fhhh_eyou 发表于 2015-12-18 19:10
    web_set_max_html_param_len("1024");
    if the data you want to save exceeds 256 bytes, use web_set_ma ...

    不是这个原因,改成web_set_max_html_param_len("5000");还是报错。
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    擦汗
    2020-8-4 11:02
  • 签到天数: 943 天

    连续签到: 1 天

    [LV.10]测试总司令

    4#
    发表于 2015-12-19 15:54:02 | 只看该作者
    1. web_reg_save_param("JSESSIONID",
                    "LB=JSESSIONID=",
    Warning: The string 'JSESSIONID' with parameter delimiters is not a parameter.
    2. highest severity level was "ERROR", 23502 body bytes, 245 header bytes, 29 chunking overhead bytes          [MsgId: MMSG-26387]
    URL=http://as2.anbwf.com/bsfwx/cookedgoods/list?code={code}&state=STATE",


    评分

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

    查看全部评分

    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2015-12-18 18:31
  • 签到天数: 20 天

    连续签到: 1 天

    [LV.4]测试营长

    5#
     楼主| 发表于 2015-12-23 14:47:41 | 只看该作者
    fhhh_eyou 发表于 2015-12-19 15:54
    1. web_reg_save_param("JSESSIONID",
                    "LB=JSESSIONID=",
    Warning: The string 'JSESSI ...

    谢谢,不是这个原因
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2016-3-1 16:30
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    6#
    发表于 2016-7-13 18:01:55 | 只看该作者
    同问,不知楼主怎么解决的?求分享
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-7 01:45 , Processed in 0.067802 second(s), 24 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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