51Testing软件测试论坛

标题: 今天负载测试时遇到一个新问题,关于错误号26627 [打印本页]

作者: _张磊_    时间: 2010-2-26 17:34
标题: 今天负载测试时遇到一个新问题,关于错误号26627
今天在录制脚本的时候,到录制结束都没有报错,但是当我回放脚本就会报

Message Code 26627
HTTP Status-Code='HTTP error code'_ld ('server returned status code phrase') for 'URL address'

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.
”我猜测这是和服务器端没有开放端口的原因,因为我所录制的几个脚本只要涉及到数据库的增删查改都会报这个错,而其他不涉及数据库的都没有错,但是现在还不确定,请高人解答。
作者: luffyy    时间: 2010-2-27 10:19
你能不能把你出错的那行,是在做甚么动作发出来,不然的话不是很清楚
作者: _张磊_    时间: 2010-2-27 18:20
好的,马上发上来
web_url("20100226162948.aspx",
                "URL=http://10.55.1.149/spbd/Pages/2010/20100226162948.aspx",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://10.55.1.149/_layouts/cqwateradmin/CQWaterAdminPicList.aspx?ID=180&rID=30",
                "Snapshot=t110.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=/_layouts/images/siteactionsmenugrad.gif", ENDITEM,
                LAST);

就是这个
作者: tttrrryyy    时间: 2010-3-1 08:57
看提示已经很明显了,请求的URL对应的资源找不到,再看你的脚本,“spbd/Pages/2010/20100226162948.aspx”,里面的20100226162948应该是对应到当前系统日期吧,是否有可能是生成的临时文件已被服务器自动删除?
重新录个脚本,看这条语句抓下来是怎么写的,把这段“20100226162948”用关联处理掉,问题应该能得到解决。

[ 本帖最后由 tttrrryyy 于 2010-3-1 08:59 编辑 ]
作者: _张磊_    时间: 2010-3-2 17:16
谢谢哈,我试试。




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