|
各位好
最近因工作需要在研究flex的性能测试,使用工具LR9.5,在录制的时候选择flex协议,因暂时无相关flex的应用程序,所以录制的是网络上用flex做的网站,但录制下来发现LR无法识别flex的相关信息。录制的代码如下:
Action()
{
web_add_auto_header("x-flash-version", "10,1,53,64");
flex_amf_call("getFrontPageItems",
"Gateway=http://www.millionclouds.com/amfphp/gateway.php?PHPSESSID="
"99337eaf475c4618aebd54fb262f1724",
"Snapshot=t8.inf",
MESSAGE,
"Method=Cloud.getFrontPageItems",
"TargetObjectId=/1",
BEGIN_ARGUMENTS,
"<number>0</number>",
"<number>55</number>",
"<number>6375</number>",
"<null/>",
"<undefined/>",
"<undefined/>",
"<undefined/>",
"<undefined/>",
"<undefined/>",
"<undefined/>",
"<undefined/>",
END_ARGUMENTS,
LAST);
flex_ping("1",
"URL=http://www.millionclouds.com/amfphp/gateway.php?PHPSESSID="
"99337eaf475c4618aebd54fb262f1724",
"Snapshot=t81.inf",
"DSId=nil",
LAST);
flex_remoting_call("AMFPHP1_9::register",
"URL=http://www.millionclouds.com/amfphp/gateway.php?PHPSESSID="
"99337eaf475c4618aebd54fb262f1724",
"Snapshot=t82.inf",
INVOCATION,
"Target=/2",
"Operation=register",
"Destination=AMFPHP1_9",
"Source=Cloud",
"DSId=nil",
"Argument=<arguments><string>hzcm_jingjing@hotmail.com</string><string"
">jgh4548278</string><integer>1</integer></arguments>",
LAST);
return 0;
想问一下是否在录制的时候需要设置一些东西?怎样才能让LR识别?谢谢。 |
|