51Testing软件测试论坛
标题:
lr设置两个用户运行场景报26612错误
[打印本页]
作者:
让爱一起飞
时间:
2012-11-21 19:06
标题:
lr设置两个用户运行场景报26612错误
录制脚本后回放没有错误,设置1个用户持续五分没有错误,但当设置2个用户运行场景时就出现26612错了了,若参数化脚本后设置迭代为2,一个用户运行场景也出现错误。
错误日志如下:
Action.c(290): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://192.168.0.21:8022/AdminData/EnterPrise/Enterprise_ChangeApply.aspx?op=BaseInfolist"
Action.c(290): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://192.168.0.21:8022/AdminData/EnterPrise/Enterprise_ChangeApply.aspx?op=BaseInfolist"
出错脚本内容部分如下:
web_url("HomePage.aspx",
"URL=http://192.168.0.21:8022/HomePage.aspx",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t3.inf",
"Mode=HTML",
EXTRARES,
"URL=/images/logo_xiantiao.jpg", ENDITEM,
LAST);
web_url("Enterprise_OpenApply.aspx",
"URL=http://192.168.0.21:8022/AdminData/EnterPrise/Enterprise_OpenApply.aspx?op=Province&_dc=1353381401829",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t4.inf",
"Mode=HTML",
LAST);
web_url("PublicStore.aspx",
"URL=http://192.168.0.21:8022/AdminData/PublicStore.aspx?op=SubtractReason_Enterprise&_dc=1353381401855",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t5.inf",
"Mode=HTML",
LAST);
web_url("PublicStore.aspx_2",
"URL=http://192.168.0.21:8022/AdminData/PublicStore.aspx?op=NumFeeType&_dc=1353381401834",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.0.21:8022/desktop.aspx",
"Snapshot=t6.inf",
"Mode=HTML",
LAST);
同一个类型的账号登录后服务器返回信息是一样的。我简单介绍下我录制的程序,我录制的是一个查号平台,登录系统后主页会请求很多内容,以备其他页面调用显示,我只是录制了平台的登录进去显示主页,上面脚本的url请求都是在进入主页后请求的信息。求知道的能说一说我感激不尽,我是初学,还望高手没能够发表见解
作者:
qoorange
时间:
2012-11-23 08:51
这个应该不是脚本或场景问题,估摸着是被测程序的问题。可能程序没有处理好连接回收吧。
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2