|
下面我用Web/Html协议录制的简单脚本,replay时运行正常,但运行场景时就会出错,即时一个用户也出现错误。
Action()
{
web_url("login.aspx",
"URL=http://192.168.0.60/cardmanager/login.aspx",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t3.inf",
"Mode=HTML",
LAST);
return 0;
}
出现的错误提示如下:
Action.c(8): Error -27792: Failed to transmit data to network: [10054] Connection reset by peer
Action.c(8): Error -27791: Server "192.168.0.60" has shut down the connection prematurely
这个问题我也曾提问过,Spark.lee 版主帮忙做了解答,可我没能搞定,希望大家再帮帮忙,把解决方法写具体一些,谢谢! |
|