51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1817|回复: 3
打印 上一主题 下一主题

[求助] 怎么获取提示框中的值?

[复制链接]
  • TA的每日心情
    开心
    2015-5-5 13:21
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    跳转到指定楼层
    1#
    发表于 2006-3-11 22:50:04 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    日志信息:
    Action1.c(234):     alert("受理成功完成!受理编号为305060311000336");\n
    我想获得305060311000336,请问怎么实现
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    开心
    2015-5-5 13:21
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    2#
     楼主| 发表于 2006-3-12 18:50:06 | 只看该作者
    按下面的三种写法都失败
    Error -26377: No match found for the requested parameter "RegisterNumBalance". 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(260): Notify: Saving Parameter "RegisterNumBalance = "
    Action.c(260): web_url("left_page.php_2") highest severity level was "ERROR", 6956 body bytes, 394 header bytes, 26 chunking overhead bytes          [MsgId: MMSG-26387]



                            web_reg_save_param("RegisterNumBalance",
                    "LB=<RegisterNumBalance>",
                    "RB=</RegisterNumBalance>",
                    LAST);

    web_reg_save_param( "RegisterNumBalance",
                             "LB= 受理编号为",
                            "RB=~",
                            "Ord=10",
                            "Search=body",
                            "RelFrameId=1",
                            LAST);

    web_reg_save_param( "RegisterNumBalance",
                             "LB= 受理编号为",
                            "RB=~",
                            "SaveOffset=32",
                            "SaveLen=15",
                            LAST);
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    3#
    发表于 2006-3-13 10:04:32 | 只看该作者
    针对于提示的错误,可能是你的注册函数的位置放的有问题,应该放在返回信息前使用,所以注册的位置必须正确。
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2015-5-5 13:21
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    4#
     楼主| 发表于 2006-3-14 17:00:50 | 只看该作者
    已经修改了注册的位置,但仍不好用。
    我又重新录制了一个新页面

    Action.c(924):     \t\t<AlertInfo>新装成功!受理编号:305060314000073</AlertInfo>\r\n
    Action.c(924):     \t\t<UniTollAlertInfo></UniTollAlertInfo>\r\n
    Action.c(924):     \t\t<OperLevel></OperLevel>\r\n
    Action.c(924):     \t\t<bindcheck></bindcheck>\r\n
    Action.c(924):     \t\t<bindno></bindno>\r\n
    Action.c(924):     \t\t<GoBalance>no</GoBalance>\r\n
    Action.c(924):     \t\t<GoPrint>no</GoPrint>\r\n
    Action.c(924):     \t\t<RegisterNum>305060314000073</RegisterNum>\r\n

    1)web_reg_save_param("RegisterNumBalance",
                    "LB=<RegisterNum>",
                    "RB=</RegisterNum>",
                    LAST);

    2)web_reg_save_param( "RegisterNumBalance",
                             "LB= <AlertInfo>新装成功!受理编号:",
                            "RB=",
                            "SaveOffset=32",
                            "SaveLen=15",
                            LAST);
    第一种写法好用,第二种写法出错:
    Action.c(937): t=709313ms: Request done "http://130.30.15.52:8080/popedom/ProductUniNew"          [MsgId: MMSG-26000]
    Action.c(937): Error -26377: No match found for the requested parameter "RegisterNumBalance". 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(937): Notify: Saving Parameter "RegisterNumBalance = "
    Action.c(937): web_submit_data("ProductUniNew_6") highest severity level was "ERROR", 2104 body bytes, 144 header bytes          [MsgId: MMSG-26388]
    Action.c(937): Notify: Transaction "commit" ended with "Fail" status (Duration: 4.4460 Wasted Time: 0.0000).

    是因为不支持中文的原因吗?
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-14 13:01 , Processed in 0.069947 second(s), 27 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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