|
场景:
1。登录系统
2。打开BQY报表页面
3。设定条件,点击查询按钮
4。查询结果出来后退出系统
环境:MS sqlserver+tomcat+JAVA+BQY;整个框架是JAVA,在JAVA页面里调用BQY
服务器是2003 server,
录制参数:WEB(HTTP/HTML)单协议
问题:录制的脚本打开BQY报表页面没问题,但查询那一步有问题,似乎是发送请求和接收数据时失败,查询这一步只录到一个web_custom_request 对象,本来一个查询要十几秒的,但回放时1秒都不用就PASS了
在录制日志有下面两段error
*** [tid=b80 Action 241] Receiving response from host 192.168.0.116:80 ( 16/7/2009 19:35:03 )
.........
tid=b80: Warning: send failed (2). size = 275, res = 10054, m_sock_status = 0, m_LastErr = 10054
tid=b80: Error: SendReply failed after sending 0 bytes out of 275
*** [tid=b7c Action 242] Receiving response from host 192.168.0.116:80 ( 16/7/2009 19:35:03 )
........
tid=b7c: Warning: send failed (2). size = 129, res = 10054, m_sock_status = 0, m_LastErr = 10054
tid=b7c: Error: SendReply failed after sending 0 bytes out of 129
因为有同事在同样架构的其他项目测试,录制都没有问题,我想应该跟录制参数没关系,哪位高手帮忙分析一下,出点主意?
[ 本帖最后由 petrel100 于 2009-7-17 15:28 编辑 ] |
|