|
测试系统为web:HTTP协议,flex协议
测试工具:LR9.5**版
flex协议设置了,lib文件加载了。
JDK环境装了,变量也设置了,
IE flash装了。
录制脚本选择了HTTP,flex,amf
但是录制结果如下:
Action()
{
web_url("MainApp.html",
"URL=http://........./vmnms/vmFlex/MainApp.html",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTTP",
LAST);
web_concurrent_start(NULL);
web_url("history.css",
"URL=http://........./vmnms/vmFlex/history/history.css",
"Resource=1",
"RecContentType=text/css",
"Referer=http://........./vmnms/vmFlex/MainApp.html",
"Snapshot=t2.inf",
LAST);
web_url("history.js",
"URL=http://........./vmnms/vmFlex/history/history.js",
"Resource=1",
"RecContentType=text/javascript",
"Referer=http://........./vmnms/vmFlex/MainApp.html",
"Snapshot=t3.inf",
LAST);
这时候一个登陆操作,录不到用户和密码,无法做参数化。
貌似也没有录到flex消息,请各位大侠,指点! |
|