51Testing软件测试论坛

标题: 运行结果分析 [打印本页]

作者: user456    时间: 2010-1-13 15:15
标题: 运行结果分析
我的脚本是:
Action()
{

        web_add_cookie("cck_lasttime=1263347141093; DOMAIN=172.16.1.230");

        web_add_cookie("cck_count=1; DOMAIN=172.16.1.230");

        web_url("dd.html",
                "URL=http://172.16.1.230/test/dd.html",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t1.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=aa.swf", ENDITEM,
                "Url=11.flv", "Referer=http://172.16.1.230/test/aa.swf", ENDITEM,
                "Url=../favicon.ico", "Referer=", ENDITEM,
                "Url=http://172.16.1.230/test/xmoov.php?file=11.flv&position=13926470&bw=mid", "Referer=http://172.16.1.230/test/aa.swf", ENDITEM,
                "Url=http://172.16.1.230/test/xmoov.php?file=11.flv&position=4539588&bw=mid", "Referer=http://172.16.1.230/test/aa.swf", ENDITEM,
                LAST);

        return 0;
}
报的错是 Action.c(8): Error -27727: Step download timeout (120 seconds) has expired when downloading resource(s). Set the "Step Timeout caused by resources is a warning" Run-Time Setting to Yes/No to have this message as a warning/error, respectively      
line number 8;
请问各位大侠,这个要怎么改
作者: 云层    时间: 2010-1-13 15:59
把http请求超时改长点就行了,在runtime setting中的高级设置里面有
作者: yu8023yan    时间: 2010-1-13 18:26
测什么的脚本啊?。。。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2