51Testing软件测试论坛
标题:
对HTTP长连接的测试
[打印本页]
作者:
熊熊做测试
时间:
2008-11-17 14:23
标题:
对HTTP长连接的测试
需要HTTP长连接进行测试,录制脚本如下(Transfer-Encoding: chunked):
web_url("KeepAliveTest.aspx",
"URL=http://221.122.41.223/KeepAliveTest.aspx",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTTP",
LAST);
服务器每秒返回
t=1543ms: 4-byte chunked response overhead for "http://221.122.41.223/KeepAliveTest.aspx" (RelFrameId=1)
3b\r\n (chunk内容的大小+\r\n)
t=1547ms: 59-byte chunked response body for "http://221.122.41.223/KeepAliveTest.aspx" (RelFrameId=1)
CurConnections: 8<BR>ServerTime:2008-11-17 14:10:35<BR><BR>(chunk内容)
由于采用的是基于http长连接的“服务器推”模式,所以每次脚本运行到上面的语句就停在此处,等待服务器发送信息,直到客户端停止本次请求。
现在我想对服务器每秒返回的信息进行判断,检验服务器返回是否正确,请问如何实现?
作者:
熊熊做测试
时间:
2008-11-18 10:06
各位大侠,帮忙啊!
作者:
qiguojie
时间:
2008-11-18 11:02
如果每次返回的值,左右边界是固定的,那么你可以用web_reg_save_param来进行保存吧。。
要把ORD参数设置为ALL就能保存数组了
作者:
chenchunhuis
时间:
2015-9-6 16:38
请问怎么设置http长连接 我是新手
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2