51Testing软件测试论坛

标题: LR关联时,这个参数的左右边界如何设置? [打印本页]

作者: Maisie_09    时间: 2012-8-21 10:54
标题: LR关联时,这个参数的左右边界如何设置?
flex_amf_call(
                "AMF3_call_1",
                "Gateway=http://*****.com/messagebroker/amf;jsessionid=2A8E048C77C985D9A428A7296993B33F.node1",
                "Snapshot=t4.inf",
                MESSAGE,
……

代码如上,我想对jsessionid做关联

        web_reg_save_param_ex(
                "ParamName=CorrelationParameter_2",
                "LB/IC=amf;jsessionid=",
                "RB=.node1",
                SEARCH_FILTERS,
                LAST);
脚本回放会成功,但是有警告信息如下:
Warning: The string 'CorrelationParameter_2' with parameter delimiters is not a parameter.
麻烦高手指点~~
作者: msnshow    时间: 2012-8-21 13:27
要关联函数放在返回关联信息的URL的前面
作者: Maisie_09    时间: 2012-8-21 14:02
本帖最后由 Maisie_09 于 2012-8-21 14:03 编辑

回复 3# msnshow 我在response信息里看到了Jsessionid,web_reg_save_param_ex放在了这个函数的前面,同样的位置用web_reg_save_param_xpath是可以成功的,怎么回事?
response信息如下:
vuser_init.c(71):     Set-Cookie: JSESSIONID=17370D256068717E51788D9B4743E5F9.node1; Path=/\r\n
vuser_init.c(71):     Cache-Control: no-cache\r\n
vuser_init.c(71):     Expires: Sat, 25 Dec 1999 00:00:00 GMT\r\n
vuser_init.c(71):     Pragma: no-cache\r\n
vuser_init.c(71):     Content-Length: 251\r\n
vuser_init.c(71):     Connection: close\r\n
vuser_init.c(71):     Content-Type: application/x-amf\r\n
……
vuser_init.c(71):
<AMFPacket AMF_version="3">

<AMFHeaders>

<AMFHeader name="AppendToGatewayUrl" must_understand="true">

<string>;jsessionid=17370D256068717E51788D9B4743E5F9.node1</string>

</AMFHeader>

</AMFHeaders>
……
作者: Maisie_09    时间: 2012-8-21 15:01
自己改了一下函数:
        web_reg_save_param_ex(
                "ParamName=CorrelationParameter_2",
                "LB=;jsessionid=",
                "RB=.node1",
                "NotFound=warning",
                SEARCH_FILTERS,
                "Scope=Headers",
                "IgnoreRedirections=Yes",
                "RequestUrl=*/amf*",
                LAST);
log如下,为什么CorrelationParameter_2是空的?

vuser_init.c(73): Notify: Saving Parameter "CorrelationParameter_1 = D8BA2396-721F-7409-47E2-D019EE58B849".
vuser_init.c(73): Notify: Saving Parameter "CorrelationParameter_2 = ".
vuser_init.c(73): Warning -35061: No match found for the requested parameter "CorrelationParameter_2". 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: MWAR-35061]
作者: Maisie_09    时间: 2012-8-21 15:02
本帖最后由 Maisie_09 于 2012-8-21 15:03 编辑

大家帮我看看
作者: Maisie_09    时间: 2012-8-21 15:02
重复了
作者: Maisie_09    时间: 2012-8-21 16:24
"Scope=Headers",   写错了
应该是"Scope=Body"
作者: msnshow    时间: 2012-8-21 21:10
可能是楼上讲的,要查找的内容是在header中还是body中的
作者: xudongming    时间: 2012-8-22 17:28
Set-Cookie: JSESSIONID=17370D256068717E51788D9B4743E5F9.node1; Path=

这个根本不是服务器返回的吧   你还是好好看看  ,最好在body里找这个JSESSIONID值
作者: xudongming    时间: 2012-8-22 17:29
Set-Cookie: JSESSIONID=17370D256068717E51788D9B4743E5F9.node1; Path=

这个根本不是服务器返回的吧   你还是好好看看  ,最好在body里找这个JSESSIONID值
作者: xudongming    时间: 2012-8-22 17:29
Set-Cookie: JSESSIONID=17370D256068717E51788D9B4743E5F9.node1; Path=

这个根本不是服务器返回的吧   你还是好好看看  ,最好在body里找这个JSESSIONID
作者: xudongming    时间: 2012-8-22 17:29
Set-Cookie: JSESSIONID=17370D256068717E51788D9B4743E5F9.node1; Path=

这个根本不是服务器返回的吧   你还是好好看看  ,最好在body里找这个值
作者: lwtazt    时间: 2012-8-23 10:50
楼上这能重复




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