51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

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

[原创] 关联错误

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2017-10-18 10:40:29 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
LR部分脚本如下:
web_reg_save_param("count",
                "LB=flowInid",
                "RB=\","
                "ORB=1",
                LAST);
      web_reg_save_param("count2",
                "LB=stepInid",
                "RB=\","
                "ORB=1",
                LAST);
     web_reg_save_param("count3",
                "LB=sys_fileids_hidden",
                "RB=\","
                "ORB=1",
                LAST);
        web_submit_data("FormSend.do",
                "Action=http://10.96.249.158:7001/FlowEngineWeb/workflow/FormSend.do",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://10.96.249.158:7001/FlowEngineWeb/workflow/FormManage.do?flowInid=1033&dealIndx=-1&stepInid=-1&saveFlag=0",
                "Snapshot=t32.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=flowInid", "Value={count}", ENDITEM,
                "Name=stepInid", "Value={count2}", ENDITEM,
                "Name=dealIndx", "Value=0", ENDITEM,
                "Name=sys_flow_assure_step", "Value=", ENDITEM,
                "Name=sys_flow_assure_man", "Value=", ENDITEM,
                "Name=openTerm", "Value=", ENDITEM,
                "Name=dealTerm", "Value=", ENDITEM,
                "Name=sys_fileids_hidden", "Value={count3}", ENDITEM,
                LAST);
错误信息如下:
Action.c(581): Error -26627: HTTP Status-Code=404 (Not Found) for "http://10.96.249.158:7001/FlowEngineWeb/workflow/FormSend.do"          [MsgId: MERR-26627]
Action.c(581): Error -26377: No match found for the requested parameter "count". 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(581): Error -26377: No match found for the requested parameter "count2". 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(581): Error -26377: No match found for the requested parameter "count3". 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(581): web_submit_data("FormSend.do") highest severity level was "ERROR", 2259 body bytes, 148 header bytes          [MsgId: MMSG-26388]

请问此处26627错误以及26377错误怎么解决!
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

  • TA的每日心情
    擦汗
    2021-8-29 22:04
  • 签到天数: 1122 天

    连续签到: 1 天

    [LV.10]测试总司令

    2#
    发表于 2017-10-18 14:11:59 | 只看该作者
    404页面找不到啊,浏览器直接打开网站看下,应该也是404,直接问问开发,为啥404;
    至于关联,主要是左右边界的确定。

    评分

    参与人数 1测试积点 +10 收起 理由
    lsekfe + 10 积极回复获得测试积点10 赶快去商城换取奖.

    查看全部评分

    回复 支持 反对

    使用道具 举报

    该用户从未签到

    3#
     楼主| 发表于 2017-10-18 14:53:20 | 只看该作者
    wuxi88 发表于 2017-10-18 14:11
    404页面找不到啊,浏览器直接打开网站看下,应该也是404,直接问问开发,为啥404;
    至于关联,主要是左右 ...

    是用了两套登录系统,此链接会跳转到登录系统,获取新的用户信息,故此关联参数不能获取到服务器的返回值!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2017-10-18 15:22
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    4#
    发表于 2017-10-18 16:11:31 | 只看该作者
    你可以利用LR的调试技术设置断点、单步跟踪的方法查找错误。
    运行测试脚本,脚本首先会启动浏览器打开测试网站,如果不能就得检查问题出在哪里,是设置问题还是编码问题或者其他原因
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-4-24 19:16 , Processed in 0.075984 second(s), 25 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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