51Testing软件测试论坛

标题: 十万火急,关联不上,求救!(已解决) [打印本页]

作者: 鹭岛    时间: 2013-8-20 11:30
标题: 十万火急,关联不上,求救!(已解决)
本帖最后由 鹭岛 于 2013-8-20 19:25 编辑

//{"id":"b65ef981ec7a42db83594d9adbf38925","message":"鎻愪氦瀹℃牳鎴愬姛锛?,"success":true},这串是在tree view的body中看到的!日志中也能看到!

        web_reg_save_param_ex(
                "ParamName=ParamVoucher",
                "LB={\"id:\"",
                "RB=\",\"message\":\"鎻愪氦瀹℃牳鎴愬姛锛?,\"success\":true}",//RB写到message也是报错!
                SEARCH_FILTERS,
                "Scope=Body",
                "Ordinal=1",
                //"IgnoreRedirections=Yes",
        "RequestUrl=*/submitVoucher.json*",
                LAST);


加了一个savelen就解决了
始终报错:
Action.c(37): Continuing after Error -26396: The "RequestUrl=*/submitVoucher.json*" argument (number 7) is unrecognized or misplaced          [MsgId: MERR-26396]
Action.c(37): Registering web_reg_save_param_ex highest severity level was "ERROR"          [MsgId: MMSG-26389]

[attach]86912[/attach][attach]86913[/attach]
作者: 鹭岛    时间: 2013-8-20 11:32
Ordinal=1如果改成all
则报:
Action.c(48): Warning: The string 'newParam_count' with parameter delimiters is not a parameter.
Action.c(49): Number of items found = 0


另外那个IgnoreRedirections=Yes如果没有注释掉则报:
The "IgnoreRedirections=Yes" argument (number 7) is unrecognized or misplaced
作者: 六月天    时间: 2013-8-20 11:42
你没看清The "RequestUrl=*/submitVoucher.json*" argument (number 7) is unrecognized or misplaced这个错误吗
作者: 云层    时间: 2013-8-20 12:00
十有八九是这个导致的错误
"RequestUrl=*/submitVoucher.json*",
作者: 云层    时间: 2013-8-20 12:02
Ordinal=1如果改成all
则报:
Action.c(48): Warning: The string 'newParam_count' with parameter delimiters is not a parameter.
Action.c(49): Number of items found = 0

这个错误是你后面自己写的参数名称错误,用ALL没出关联错误,就说明其实你关联到了
作者: 鹭岛    时间: 2013-8-20 13:53
回复 4# 云层


    可是为什么回放里面,这个变量都是指向这个json呢
作者: 地壳    时间: 2013-8-21 10:00
回复 1# 鹭岛


    LZ把解决方法及解决之后的代码发出来呗?




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