51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1287|回复: 6
打印 上一主题 下一主题

[求助] lr自带的飞机售票系统的删除脚本报错,

[复制链接]
  • TA的每日心情
    慵懒
    2016-12-5 16:51
  • 签到天数: 8 天

    连续签到: 1 天

    [LV.3]测试连长

    跳转到指定楼层
    1#
    发表于 2016-2-17 10:02:56 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    Action()
    {
            lr_start_transaction("删除");

            lr_think_time(27);

            web_url("welcome.pl_2",
                    "URL=http://127.0.0.1:1080/WebTours/welcome.pl?page=itinerary",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=http://127.0.0.1:1080/WebTours/nav.pl?page=menu&in=home",
                    "Snapshot=t16.inf",
                    "Mode=HTTP",
                    LAST);

            web_concurrent_start(NULL);

            web_reg_save_param("flightID",
            "LB=flightID\" value=\"",
            "RB=\"  />",
            "Ord=all",
            LAST);

            web_url("itinerary.pl",
                    "URL=http://127.0.0.1:1080/WebTours/itinerary.pl",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=http://127.0.0.1:1080/WebTours/welcome.pl?page=itinerary",
                    "Snapshot=t17.inf",
                    "Mode=HTTP",
                    LAST);

            web_url("nav.pl_3",
                    "URL=http://127.0.0.1:1080/WebTours/nav.pl?page=menu&in=itinerary",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=http://127.0.0.1:1080/WebTours/welcome.pl?page=itinerary",
                    "Snapshot=t18.inf",
                    "Mode=HTTP",
                    LAST);

            web_concurrent_end(NULL);

            web_concurrent_start(NULL);

            web_url("home.gif",
                    "URL=http://127.0.0.1:1080/WebTours/images/home.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://127.0.0.1:1080/WebTours/nav.pl?page=menu&in=itinerary",
                    "Snapshot=t19.inf",
                    LAST);

            web_url("in_itinerary.gif",
                    "URL=http://127.0.0.1:1080/WebTours/images/in_itinerary.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://127.0.0.1:1080/WebTours/nav.pl?page=menu&in=itinerary",
                    "Snapshot=t21.inf",
                    LAST);

            web_concurrent_end(NULL);

            web_concurrent_start(NULL);

            web_url("cancelreservation.gif",
                    "URL=http://127.0.0.1:1080/WebTours/images/cancelreservation.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://127.0.0.1:1080/WebTours/itinerary.pl",
                    "Snapshot=t20.inf",
                    LAST);

            web_url("cancelallreservations.gif",
                    "URL=http://127.0.0.1:1080/WebTours/images/cancelallreservations.gif",
                    "Resource=1",
                    "RecContentType=image/gif",
                    "Referer=http://127.0.0.1:1080/WebTours/itinerary.pl",
                    "Snapshot=t22.inf",
                    LAST);

            web_concurrent_end(NULL);

            lr_think_time(11);


            web_submit_data("itinerary.pl_2",
                    "Action=http://127.0.0.1:1080/WebTours/itinerary.pl",
                    "Method=POST",
                    "RecContentType=text/html",
                    "Referer=http://127.0.0.1:1080/WebTours/itinerary.pl",
                    "Snapshot=t23.inf",
                    "Mode=HTTP",
                    ITEMDATA,
                    "Name=1", "Value=on", ENDITEM,
                    "Name=flightID", "Value=flightID_1", ENDITEM,
                    "Name=flightID", "Value=flightID_2", ENDITEM,
                    "Name=flightID", "Value=flightID_3", ENDITEM,
                    "Name=flightID", "Value=flightID_4", ENDITEM,
                    "Name=flightID", "Value=flightID_5", ENDITEM,
                    "Name=flightID", "Value=flightID_6", ENDITEM,
                    "Name=flightID", "Value=flightID_7", ENDITEM,
                    "Name=flightID", "Value=flightID_8", ENDITEM,
                    "Name=flightID", "Value=flightID_9", ENDITEM,
                    "Name=flightID", "Value=flightID_10", ENDITEM,
                    "Name=flightID", "Value=flightID_11", ENDITEM,
                    "Name=flightID", "Value=flightID_12", ENDITEM,
                    "Name=.cgifields", "Value=6", ENDITEM,
                    "Name=.cgifields", "Value=11", ENDITEM,
                    "Name=.cgifields", "Value=3", ENDITEM,
                    "Name=.cgifields", "Value=7", ENDITEM,
                    "Name=.cgifields", "Value=9", ENDITEM,
                    "Name=.cgifields", "Value=12", ENDITEM,
                    "Name=.cgifields", "Value=2", ENDITEM,
                    "Name=.cgifields", "Value=8", ENDITEM,
                    "Name=.cgifields", "Value=1", ENDITEM,
                    "Name=.cgifields", "Value=4", ENDITEM,
                    "Name=.cgifields", "Value=10", ENDITEM,
                    "Name=.cgifields", "Value=5", ENDITEM,
                    "Name=removeFlights.x", "Value=55", ENDITEM,
                    "Name=removeFlights.y", "Value=5", ENDITEM,
                    LAST);

            lr_end_transaction("删除",LR_AUTO);

            return 0;
    }

    Action.c(43): Error -26377: No match found for the requested parameter "flightID". 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(43): web_concurrent_end highest severity level was "ERROR", 2329 body bytes, 505 header bytes          [MsgId: MMSG-26388
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

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

    连续签到: 1 天

    [LV.1]测试小兵

    2#
    发表于 2016-2-17 11:32:46 | 只看该作者
    你这个报错的是关联问题,可能是左右边界没找对
    回复 支持 反对

    使用道具 举报

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

    连续签到: 1 天

    [LV.1]测试小兵

    3#
    发表于 2016-2-17 11:34:01 | 只看该作者
    关联的的这个函数位置貌似放的有点不对
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2017-2-3 16:24
  • 签到天数: 52 天

    连续签到: 1 天

    [LV.5]测试团长

    4#
    发表于 2016-2-17 11:56:16 | 只看该作者
    web_reg_save_param("flightID",
            "LB=flightID\" value=\"",
            "RB=\"  />",
            "Ord=all",
            LAST);

            web_url("itinerary.pl",
                    "URL=http://127.0.0.1:1080/WebTours/itinerary.pl",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=http://127.0.0.1:1080/WebTours/welcome.pl?page=itinerary",
                    "Snapshot=t17.inf",
                    "Mode=HTTP",
                    LAST);

            web_url("nav.pl_3",
                    "URL=http://127.0.0.1:1080/WebTours/nav.pl?page=menu&in=itinerary",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=http://127.0.0.1:1080/WebTours/welcome.pl?page=itinerary",
                    "Snapshot=t18.inf",
                    "Mode=HTTP",
                    LAST);

    我记得身份证生成是在web_url("nav.pl_3",
                    "URL=http://127.0.0.1:1080/WebTours/nav.pl?page=menu&in=itinerary",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=http://127.0.0.1:1080/WebTours/welcome.pl?page=itinerary",
                    "Snapshot=t18.inf",
                    "Mode=HTTP",
                    LAST);
    这一段返回的响应里

    应该这样放

            web_url("itinerary.pl",
                    "URL=http://127.0.0.1:1080/WebTours/itinerary.pl",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=http://127.0.0.1:1080/WebTours/welcome.pl?page=itinerary",
                    "Snapshot=t17.inf",
                    "Mode=HTTP",
                    LAST);

    web_reg_save_param("flightID",
            "LB=flightID\" value=\"",
            "RB=\"  />",
            "Ord=all",
            LAST);

            web_url("nav.pl_3",
                    "URL=http://127.0.0.1:1080/WebTours/nav.pl?page=menu&in=itinerary",
                    "Resource=0",
                    "RecContentType=text/html",
                    "Referer=http://127.0.0.1:1080/WebTours/welcome.pl?page=itinerary",
                    "Snapshot=t18.inf",
                    "Mode=HTTP",
                    LAST);
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2016-12-5 16:51
  • 签到天数: 8 天

    连续签到: 1 天

    [LV.3]测试连长

    5#
     楼主| 发表于 2016-2-17 13:07:14 | 只看该作者
    mengmengda 发表于 2016-2-17 11:56
    web_reg_save_param("flightID",
            "LB=flightID\" value=\"",
            "RB=\"  />",

    param放在nav_pl3上面还是报错,QAQ
    Action.c(44): Error -26377: No match found for the requested parameter "flightID". 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(44): web_concurrent_end highest severity level was "ERROR", 2329 body bytes, 505 header bytes
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2016-12-5 16:51
  • 签到天数: 8 天

    连续签到: 1 天

    [LV.3]测试连长

    6#
     楼主| 发表于 2016-2-17 13:18:27 | 只看该作者
    远方的小企鹅 发表于 2016-2-17 11:34
    关联的的这个函数位置貌似放的有点不对

    求问该肿么改,,,,

    itinerary.pl:
    <input type="hidden" name="flightID" value="46296-7-hj"  />       
    回复 支持 反对

    使用道具 举报

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

    连续签到: 1 天

    [LV.1]测试小兵

    7#
    发表于 2016-2-17 13:36:42 | 只看该作者
    乐至的 发表于 2016-2-17 13:18
    求问该肿么改,,,,

    itinerary.pl:

    有一个方法可以确定关联的函数放什么请求之前,你在树试图--http-response这里查看下这个动态的数据是哪个请求返回的,然后右建这个请求,在它前面插入关联的函数就可以了,我平时手动关联都 是这样做
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-7 05:39 , Processed in 0.070809 second(s), 23 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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