|
错误提示:缺少所有的配置参数
我的脚本: #include "as_web.h"
Action()
{
web_url("sob.exe",
"URL=http://www.kaggo.com/pro/3rd/sob.exe",
"Resource=1",
"RecContentType=application/octet-stream",
"Referer=",
LAST);
web_url("login.jsp",
"URL=http://10.128.4.44:8085/zfxxgk/login.jsp",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=images/top.jpg", ENDITEM,
"Url=images/center.jpg", ENDITEM,
"Url=images/bottom.jpg", ENDITEM,
LAST);
lr_think_time( 3 );
web_url("smartweb2.showRPCLoadingTip.d",
"URL=http://10.128.4.44:8085/zfxxgk/dorado/smartweb2.showRPCLoadingTip.d?skin=default",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t2.inf",
"Mode=HTML",
LAST);
web_url("smartweb2.showRPCSubmitter.d",
"URL=http://10.128.4.44:8085/zfxxgk/dorado/smartweb2.showRPCSubmitter.d",
"Resource=0",
"RecContentType=text/html",
"Referer=http://10.128.4.44:8085/zfxxgk/dorado/smartweb2.showRPCLoadingTip.d?skin=default",
"Snapshot=t3.inf",
"Mode=HTML",
LAST);
web_submit_data("update.do",
"Action=http://10.128.4.44:8085/zfxxgk/update.do?bean=doradoAdapter&__rpc=true&__rpcAgent=true",
"Method=POST",
"RecContentType=text/html",
"Referer=http://10.128.4.44:8085/zfxxgk/dorado/smartweb2.showRPCSubmitter.d",
"Snapshot=t4.inf",
"Mode=HTML",
ITEMDATA,
"Name=__type", "Value=updateData", ENDITEM,
"Name=__xml", "Value=<rpc transaction=\"10\" method=\"updateSingle\"><def><dataset type=\"Custom\" id=\"datasetLogin\"><f name=\"loginno\"/><f name=\"passwd\"/></dataset></def><data><rs dataset=\"datasetLogin\"><r id=\"10001\" state=\"insert\"><n><v>cj</v><v>2</v></n></r></rs></data><ps><p name=\"ucc\">sysuserBLTA%2CcheckLoginBL%2CdatasetLogin</p></ps></rpc>", ENDITEM,
"Name=__viewInstanceId", "Value=dorado.sys.Login~dorado.common.BaseViewModel", ENDITEM,
LAST);
web_url("main.jsp",
"URL=http://10.128.4.44:8085/zfxxgk/main.jsp",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t5.inf",
"Mode=HTML",
EXTRARES,
"Url=images/bannerbg.jpg", ENDITEM,
LAST);
web_url("copyright.jsp",
"URL=http://10.128.4.44:8085/zfxxgk/sys/copyright.jsp",
"Resource=0",
"RecContentType=text/html",
"Referer=http://10.128.4.44:8085/zfxxgk/main.jsp",
"Snapshot=t6.inf",
"Mode=HTML",
LAST);
return 0; |
|