|
LoadRunner在回放的时候 老是会请求到一个不存在的链接,造成回放失败
但是我的脚本里根本没有这个链接,而且服务器返回也没有这个链接
不知道是怎么回事,有人碰到这种情况吗?
ie7,LoadRunner9.0
下面是回放时的日志:
Action.c(4): web_url("dw_index_2.asp") was successful, 10258 body bytes, 246 header bytes [MsgId: MMSG-26386]
Action.c(13): Resource "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/style/styleimages/bj1.jpg" not downloaded (resource downloading not requested) [MsgId: MMSG-27299]
Action.c(21): Resource "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/style/styleimages/bj2.jpg" not downloaded (resource downloading not requested) [MsgId: MMSG-27299]
Action.c(29): Resource "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/style/styleimages/btbj.jpg" not downloaded (resource downloading not requested) [MsgId: MMSG-27299]
Action.c(37): web_submit_data("dw_login.asp") was successful, 10195 body bytes, 179 header bytes [MsgId: MMSG-26386]
Action.c(53): Registering web_reg_save_param was successful [MsgId: MMSG-26390]
Action.c(59): Redirecting "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/login/check1.asp" (redirection depth is 0) [MsgId: MMSG-26694]
Action.c(59): To location "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/rws01/list.asp?p_id=182010111515525367026" [MsgId: MMSG-26693]
Action.c(59): web_submit_data("check1.asp") was successful, 19953 body bytes, 422 header bytes [MsgId: MMSG-26386]
Action.c(167): web_url("dwform_text.asp") was successful, 26605 body bytes, 179 header bytes [MsgId: MMSG-26386]
Action.c(176): web_submit_data("dwform_text_deal.asp") was successful, 77 body bytes, 176 header bytes [MsgId: MMSG-26386]
Action.c(243): web_url("kyydb_form1.asp") was successful, 8673 body bytes, 178 header bytes [MsgId: MMSG-26386]
Action.c(252): web_submit_data("kyydb_form1_deal.asp") was successful, 77 body bytes, 176 header bytes [MsgId: MMSG-26386]
Action.c(291): web_url("kyydb_form2.asp") was successful, 24750 body bytes, 179 header bytes [MsgId: MMSG-26386]
Action.c(300): Redirecting "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/rws01/kyydb_form2_deal.asp" (redirection depth is 0) [MsgId: MMSG-26694]
Action.c(300): To location "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/rws01/dw_index_2.asp?p_id=182010111515525367026"" [MsgId: MMSG-26693]
Action.c(300): Error -26627: HTTP Status-Code=404 (Not Found) for "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/rws01/dw_index_2.asp?p_id=182010111515525367026"" [MsgId: MERR-26627]
Action.c(300): web_submit_data("kyydb_form2_deal.asp") highest severity level was "ERROR", 1803 body bytes, 401 header bytes [MsgId: MMSG-26388]
Ending action Action. |
|