51Testing软件测试论坛
标题:
LR对CS模式的测试,用户名和密码的问题
[打印本页]
作者:
苏高跃
时间:
2009-4-17 14:12
标题:
LR对CS模式的测试,用户名和密码的问题
请问LR对CS模式的测试,用户名和密码在哪个地方呢?
我到data.ws的下找没看到,听说在bufo,里有,但我了还是没有,急了,还有哪里可以看到呢
;WSRData 2 1
send buf0 174
"HEAD /AutoUpdate/updateTem.txt HTTP/1.1\r\n"
"Host: tlupdate.eachnet.com\r\n"
"Accept: text/html, */*\r\n"
"Accept-Encoding: identity\r\n"
"User-Agent: Mozilla/3.0 (compatible; Indy Library)\r\n"
"\r\n"
recv buf1 248
"HTTP/1.1 200 OK\r\n"
"Content-Length: 68\r\n"
"Content-Type: text/plain\r\n"
"Last-Modified: Wed, 25 Mar 2009 02:55:36 GMT\r\n"
"Accept-Ranges: bytes\r\n"
"ETag: \"723412cf5acc91:41f\"\r\n"
"Server: Microsoft-IIS/6.0\r\n"
"X-Powered-By: ASP.NET\r\n"
"Date: Fri, 17 Apr 2009 05:46:14 GMT\r\n"
"\r\n"
这里也没有
作者:
aman_cao
时间:
2009-4-17 15:56
从这段数据来看,这里只是录制了建立连接的过程,中间的数据交互没有录制成功
先排除下协议的问题吧,估计是没有选择正确。
作者:
苏高跃
时间:
2009-4-17 17:03
标题:
回复 2# 的帖子
协议没问题,你说没有选择正确,是指什么没选择呢?
作者:
chooffy104
时间:
2009-4-17 17:19
把整个data.ws贴出来吧,可以肯定的是用户名密码不在这里
首先请确保你录制得时候有没有输入用户名密码
作者:
苏高跃
时间:
2009-4-17 17:36
标题:
回复 4# 的帖子
;WSRData 2 1
send buf0 174
"HEAD /AutoUpdate/updateTem.txt HTTP/1.1\r\n"
"Host: tlupdate.eachnet.com\r\n"
"Accept: text/html, */*\r\n"
"Accept-Encoding: identity\r\n"
"User-Agent: Mozilla/3.0 (compatible; Indy Library)\r\n"
"\r\n"
recv buf1 248
"HTTP/1.1 200 OK\r\n"
"Content-Length: 68\r\n"
"Content-Type: text/plain\r\n"
"Last-Modified: Wed, 25 Mar 2009 02:55:36 GMT\r\n"
"Accept-Ranges: bytes\r\n"
"ETag: \"723412cf5acc91:41f\"\r\n"
"Server: Microsoft-IIS/6.0\r\n"
"X-Powered-By: ASP.NET\r\n"
"Date: Fri, 17 Apr 2009 06:14:30 GMT\r\n"
"\r\n"
send buf2 192
"GET /AutoUpdate/updateTem.txt HTTP/1.1\r\n"
"Host: tlupdate.eachnet.com\r\n"
"Accept: text/html, */*\r\n"
"Accept-Encoding: identity\r\n"
"User-Agent: Mozilla/3.0 (compatible; Indy Library)\r\n"
"Range: bytes=0-68\r\n"
"\r\n"
recv buf3 359
"HTTP/1.1 206 Partial Content\r\n"
"Content-Length: 68\r\n"
"Content-Type: text/plain\r\n"
"Content-Range: bytes 0-67/68\r\n"
"Last-Modified: Wed, 25 Mar 2009 02:55:36 GMT\r\n"
"Accept-Ranges: bytes\r\n"
"ETag: \"723412cf5acc91:41f\"\r\n"
"Server: Microsoft-IIS/6.0\r\n"
"X-Powered-By: ASP.NET\r\n"
"Date: Fri, 17 Apr 2009 06:14:30 GMT\r\n"
"\r\n"
"[prdclass]\r\n"
"LastTime=1283070167000\r\n"
"[prdFee]\r\n"
"LastTime=1183070167000"
send buf4 645
"POST /AutoUpdate/AutoUpdateService.asmx HTTP/1.1\r\n"
"SOAPAction: \"http://tempuri.org/GetResourceUrl\"\r\n"
"Content-Type: text/xml; charset=\"utf-8\"\r\n"
"User-Agent: Borland SOAP 1.2\r\n"
"Host: tlupdate.eachnet.com\r\n"
"Content-Length: 375\r\n"
"Connection: Keep-Alive\r\n"
"Cache-Control: no-cache\r\n"
"\r\n"
"<?xml version=\"1.0\"?>\r\n"
"<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelo"
"pe/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://ww"
"w.w3.org/2001/XMLSchema-instance\"><SOAP-ENV:Body><GetResourceUrl xmlns=\""
"http://tempuri.org/\"><updateCode>F90D1087-604F-48AD-9BA0-5ED97B4AF6C0</up"
"dateCode></GetResourceUrl></SOAP-ENV:Body></SOAP-ENV:Envelope>\r\n"
recv buf5 577
"HTTP/1.1 200 OK\r\n"
"Date: Fri, 17 Apr 2009 06:14:31 GMT\r\n"
"Server: Microsoft-IIS/6.0\r\n"
"X-Powered-By: ASP.NET\r\n"
"X-AspNet-Version: 2.0.50727\r\n"
"Cache-Control: private, max-age=0\r\n"
"Content-Type: text/xml; charset=utf-8\r\n"
"Content-Length: 347\r\n"
"\r\n"
"<?xml version=\"1.0\" encoding=\"utf-8\"?><soap:Envelope xmlns:soap=\"http"
"://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001"
"/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><soap"
":Body><GetResourceUrlResponse xmlns=\"http://tempuri.org/\"><GetResourceUr"
"lResult /></GetResourceUrlResponse></soap:Body></soap:Envelope>"
-1
作者:
苏高跃
时间:
2009-4-17 17:37
标题:
回复 4# 的帖子
我输入用户名和密码后才能登录系统的,但看不到,我郁闷了;
作者:
msnshow
时间:
2009-4-17 20:40
估计是你没录制到,协议的问题
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2