51Testing软件测试论坛

标题: loadrunnerflex+web协议录制的脚本中dsid是否需要处理 [打印本页]

作者: nwnw3000    时间: 2011-4-8 13:52
标题: loadrunnerflex+web协议录制的脚本中dsid是否需要处理
不做关联,回放可以全部通过。加压后就大量报错,错误指向:
Action.c(197): Error: Server returned error for message #1 : "AMF call returned an error, described in XML seen in extended log"

197行是这样的
        flex_amf_call("AMF3_call_1",
                "Gateway=http://10.253.0.19:7005/clic/messagebroker/amf;jsessionid="
                "yzZyNdqWhGHnKzWsyyzFvkcT1T3jln1hmwhWG8LjbFcCcNnvlYtm!-2131935426",
                "Snapshot=t18.inf",
                MESSAGE,
                "Method=null",
                "TargetObjectId=/1",
                BEGIN_ARGUMENTS,
                "<AMF3><object-externalizable-custom>"
                "<flex.messaging.messages.RemotingMessage>\n  <destination"
                ">connectService</destination>\n  <messageId"
                ">F8B590D5-BB16-C82A-63E5-2FE0B0D2D19E</messageId>\n  <timestamp>0</"
                "timestamp>\n  <timeToLive>0</timeToLive>\n  <headers>\n    <entry>\n  "
                "    <string>DSId</string>\n      <string"
                ">33E79D9F-2518-5F94-D4A5-4DD9C7C24D23</string>\n    </entry>\n  </"
                "headers>\n  <operation>connect</operation>\n  <parameters/>\n</"
                "flex.messaging.messages.RemotingMessage></object-externalizable-custom"
                "></AMF3>",
                END_ARGUMENTS,
                LAST);

是否是session没做关联导致?
请问这个session如何做关联
作者: 云层    时间: 2011-4-8 14:02
应该是需要做个关联来处理session的,怎么做关联?这个问题其实有些大
1.找到你返回sessionid的flex_call
2.将这个call的返回保存
3.用lr_xml_values进行过滤
作者: nwnw3000    时间: 2011-4-8 14:28
还一个问题,就是录制过程中,为什么有的是flex_web_request,有的却是flex_amf_call
对于这种flex_web_request不做关联也可以加压,但是flex_amf_call却不行,需要关联呢
作者: Maisie_09    时间: 2012-12-4 13:57
还一个问题,就是录制过程中,为什么有的是flex_web_request,有的却是flex_amf_call
对于这种flex_web_re ...
nwnw3000 发表于 2011-4-8 14:28

想知道为什么?解决没?




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