|
第一次录制脚本:
web_url("HomePage.aspx",
"URL=http://192.168.0.21:8022/HomePage.aspx",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t3.inf",
"Mode=HTML",
EXTRARES,
"URL=/images/logo_xiantiao.jpg", ENDITEM,
LAST);
web_url("Enterprise_OpenApply.aspx",
"URL=http://192.168.0.21:8022/AdminData/EnterPrise/Enterprise_OpenApply.aspx?op=Province&_dc=1353381401829",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t4.inf",
"Mode=HTML",
LAST);
web_url("PublicStore.aspx",
"URL=http://192.168.0.21:8022/AdminData/PublicStore.aspx?op=SubtractReason_Enterprise&_dc=1353381401855",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t5.inf",
"Mode=HTML",
LAST);
web_url("PublicStore.aspx_2",
"URL=http://192.168.0.21:8022/AdminData/PublicStore.aspx?op=NumFeeType&_dc=1353381401834",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t6.inf",
"Mode=HTML",
LAST);
web_url("Sys_ServerInfoList.aspx",
"URL=http://192.168.0.21:8022/AdminData/SysRunMgr/Sys_ServerInfoList.aspx?op=GetServerInfo&_dc=1353381401841",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t7.inf",
"Mode=HTML",
LAST);
web_url("PublicStore.aspx_3",
"URL=http://192.168.0.21:8022/AdminData/PublicStore.aspx?op=eptype&_dc=1353381401838",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t8.inf",
"Mode=HTML",
LAST);
web_url("PublicStore.aspx_4",
"URL=http://192.168.0.21:8022/AdminData/PublicStore.aspx?op=telservice&_dc=1353381401832",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t9.inf",
"Mode=HTML",
LAST);
第二次录制脚本变化:
web_url("HomePage.aspx",
"URL=http://192.168.0.21:8022/HomePage.aspx",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t3.inf",
"Mode=HTML",
EXTRARES,
"URL=/images/logo_xiantiao.jpg", ENDITEM,
LAST);
web_url("Enterprise_OpenApply.aspx",
"URL=http://192.168.0.21:8022/AdminData/EnterPrise/Enterprise_OpenApply.aspx?op=Province&_dc=1353057283094",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t4.inf",
"Mode=HTML",
LAST);
web_url("PublicStore.aspx",
"URL=http://192.168.0.21:8022/AdminData/PublicStore.aspx?op=NumFeeTypeSel&_dc=1353057283100",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t5.inf",
"Mode=HTML",
LAST);
web_url("PublicStore.aspx_2",
"URL=http://192.168.0.21:8022/AdminData/PublicStore.aspx?op=NumFeeType&_dc=1353057283098",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t6.inf",
"Mode=HTML",
LAST);
我的疑问:每次录制的URL地址dc的值不同,这里需要关联或参数化吗,树视图下我看过了服务器响应信息并没有动态值,返回的依然都是表内容,请求高手这是什么原因,初学lr还望各位赐教 |
|