51Testing软件测试论坛
标题:
脚本回放出错,求帮助
[打印本页]
作者:
lswx2
时间:
2008-6-16 11:27
标题:
脚本回放出错,求帮助
以下是错误提示:
Action.c(15): Error -27728: Step download timeout (300 seconds) has expired when downloading non-resource(s) [MsgId: MERR-27728]
Action.c(15): web_url highest severity level was "ERROR", 24263 body bytes, 292 header bytes [MsgId: MMSG-27178]
以下是脚本代码,请帮忙看一下
Action()
{
web_url("index.html",
"URL=http://serverpush.****.com/index.html",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
web_url("ServerPush.aspx",
"URL=http://serverpush.****.com/ServerPush.aspx",
"Resource=0",
"RecContentType=text/html",
"Referer=http://serverpush.****.com/index.html",
"Snapshot=t2.inf",
"Mode=HTML",
LAST);
return 0;
[
本帖最后由 lswx2 于 2008-6-16 12:30 编辑
]
作者:
qicyt1812
时间:
2008-6-16 11:42
好像资源没来得及下载下来就过期了,你可以去Runtime Setting -> Internet Protocol -> Preference ->advance ->Options 有一个Step download timeout(sec),默认是120秒,把时间调大一点试试看
作者:
lswx2
时间:
2008-6-16 12:31
标题:
谢谢qicyt1812的帮忙,我更改了设置时间,但运行还是有这两个错误
谢谢qicyt1812的帮忙,我更改了设置时间,但运行还是有这两个错误,能不能帮我分析一下,谢谢了
作者:
亚瑟王
时间:
2008-6-16 14:58
楼主参考这个解决方法,看看能否解决
http://mckobe23.itpub.net/post/29123/286987
作者:
qicyt1812
时间:
2008-6-17 10:36
我在8.1中没有看到winlnet replay instead of sockets这个选项,不知道你使用的是什么版本,如果是8.1你可以做如下尝试:step timeout caused by resources is a warning 设置为 yes,并且将Step download timeout(sec)时间设置的长一点
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2