51Testing软件测试论坛

标题: 大家帮我看看,在loadRunner,这个怎么设置关联 [打印本页]

作者: ashelywen    时间: 2011-12-21 16:09
标题: 大家帮我看看,在loadRunner,这个怎么设置关联
本帖最后由 ashelywen 于 2011-12-21 16:15 编辑

web_url("FChartServlet_2",
                "URL=http://localhost:9080/nimp/servletproxy/FChartServlet?request=xml&cid=FChart_36A8ABBBFFFFFFF5054E054E7429CD9E&FCTime=557",
                "Resource=0",
                "RecContentType=text/xml",                 "Referer=http://localhost:9080/nimp/pages/nimp/swf/fchart/MSLine.swf",
                "Snapshot=t33.inf",
                "Mode=HTML",
                LAST);

URL=http://localhost:9080/nimp/servletproxy/FChartServlet?request=xml&cid=FChart_36A8ABBBFFFFFFF5054E054E7429CD9E&FCTime=557
中的36A8ABBBFFFFFFF5054E054E7429CD9E和557,每次请求都是变化的。

那在关联中,怎么去设置呢。
<Rule Name=" " LeftBoundText=" " LeftBoundType="1" LeftBoundInstance="0" RightBoundText=" " RightBoundType="1" AltRightBoundText="End Of String" AltRightBoundType="3" Flags="8" ParamPrefix=" " Type="1" SaveOffset="0" SaveLen="-1" CallbackName="" FormField="" />

LeftBoundText
RightBoundText
ParamPrefix  这些参数怎么设置呢? 我设置的内容老是报错
作者: hclovezz1314    时间: 2011-12-21 16:30
你手动关联,左右边界设置,左边是FChart_,右边是”,试试看呢
作者: ashelywen    时间: 2011-12-21 17:28
web_reg_save_param("fchart","LB/IC=FChart_",RB/IC=\"","Ord=1","Search=Body","RelFrameId=1",LAST);

web_url("FChartServlet_2",
                "URL=http://localhost:9080/nimp/servletproxy/FChartServlet?request=xml&cid=FChart_{fchart}",
                "Resource=0",
                "RecContentType=text/xml",                 "Referer=http://localhost:9080/nimp/pages/nimp/swf/fchart/MSLine.swf",
                "Snapshot=t33.inf",
                "Mode=HTML",
                LAST);

但后台报http Status-code=500的错
作者: ashelywen    时间: 2011-12-21 18:19
问题解决了。
我在关联设置中,加了一个新的关联规则。
左边是FChart_,右边是”
参数前缀为fchart  (这个是随便写,主要是左边与右边要写对)
并将关联规则勾上,并重新录制脚本。




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