51Testing软件测试论坛
标题:
录制脚本无法回放,第一步就报错
[打印本页]
作者:
higkoo
时间:
2007-8-10 17:50
标题:
录制脚本无法回放,第一步就报错
一个JAVA B/S系统。
回放时报错:
vuser_init.c(12): Error -26627: HTTP Status-Code=404 (/first/UntitledFrame-11) for "
http://testserver:9016/first/UntitledFrame-11
" [MsgId: MERR-26627]
代码:
vuser_init()
{
web_url("first",
//此行就是第12行
"URL=http://testserver:9016/first",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=/first/jsp/images/costdb/top.swf", "Referer=http://testserver:9016/first/indexPage.struts", ENDITEM,
LAST);
return 0;
}
帮助信息:
Message Code 26627
HTTP Status-Code='%_1'_ld ('%2') for 'resource'
The specified resource has not found in server.
Troubleshooting
If the file is missing add it to the server.
If the resource name has a spelling mistake, find the HTML page that contain the resource and correct it.
sdlkfj9 紧急求救……
作者:
higkoo
时间:
2007-8-11 11:30
标题:
现在啥又流行“看贴不回贴”了呢?
……sdlkfj8
[
本帖最后由 higkoo 于 2007-8-11 11:40 编辑
]
作者:
koller
时间:
2007-8-11 12:20
看报错信息——HTTP Status-Code=404 ,应该是网页打不开
作者:
higkoo
时间:
2007-8-11 12:35
原帖由
koller
于 2007-8-11 12:20 发表
看报错信息——HTTP Status-Code=404 ,应该是网页打不开
实际用IE是可以正常打开网站的,是脚本的问题。
回放时,图片资源是可以下载成功的……
帮助里的意思是我的脚本里名称有问题
作者:
koller
时间:
2007-8-11 12:38
这种情况我上周遇到过一次,那你用socket协议录制试一次,不要用WEB
作者:
higkoo
时间:
2007-8-11 13:02
标题:
回复 #5 koller 的帖子
周一回去再查查原因吧,谢谢你!
作者:
cathybj
时间:
2008-3-12 11:20
标题:
请教楼主,遇到了同样的问题
你是怎么解决的啊???
作者:
森林一木
时间:
2008-3-12 11:57
"URL=http://testserver:9016/first",
"Resource=0",
"RecContentType=text/html",
上面的Resource=0改为Resource=1
应该就行了。
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2