51Testing软件测试论坛

标题: Action.c(778): Error。检查点检验失败。求助 [打印本页]

作者: chenwubia0    时间: 2013-4-28 11:52
标题: Action.c(778): Error。检查点检验失败。求助
问题1:
//获取“我的待办”框架。
        web_reg_find("Search=Body",
                                 "Text=Dxn_LoginUser",
                                 "SaveCount=DaiBanNum",
                                 LAST);

        web_submit_data("GetForm",
                "Action=http://192.168.0.206:8088/form/GetForm",
                "Method=POST",
                "RecContentType=textml",
                "Referer=http://192.168.0.206:8088/",
                "Snapshot=t58.inf",
                "Mode=HTTP",
                ITEMDATA,
                "Name=formId", "Value=", ENDITEM,
                "Name=schema", "Value=Workflow/MyTaskTodo", ENDITEM,
                "Name=formType", "Value=grid", ENDITEM,
                "Name=isFromMenu", "Value=true", ENDITEM,
                "Name=Dxn_LoginUser", "Value={FaQiRenID}", ENDITEM,
                LAST);

         if (atoi(lr_eval_string("{DaiBanNum}")) > 0){
      
                        lr_output_message("获取待办框架成功");
                 
        }

         else{

                lr_error_message("获取待办框架失败");
                return(0);

         }
执行到这的时候报错。Action.c(778): Error: 获取待办框架失败
有朋友能看看是怎么回事么?谢谢了


问题2:

Action.c(2299): Error -26377: No match found for the requested parameter "YeWuID". 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(2299): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 256 and 0, respectively.          [MsgId: MERR-26374]
作者: msnshow    时间: 2013-4-30 22:46
像是关联函数放的位置不对




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2