多米尼克 发表于 2010-11-15 17:54:34

大家碰到过这种情形吗

LoadRunner在回放的时候 老是会请求到一个不存在的链接,造成回放失败

但是我的脚本里根本没有这个链接,而且服务器返回也没有这个链接

不知道是怎么回事,有人碰到这种情况吗?

ie7,LoadRunner9.0


下面是回放时的日志:

Action.c(4): web_url("dw_index_2.asp") was successful, 10258 body bytes, 246 header bytes         
Action.c(13): Resource "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/style/styleimages/bj1.jpg" not downloaded (resource downloading not requested)         
Action.c(21): Resource "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/style/styleimages/bj2.jpg" not downloaded (resource downloading not requested)         
Action.c(29): Resource "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/style/styleimages/btbj.jpg" not downloaded (resource downloading not requested)         
Action.c(37): web_submit_data("dw_login.asp") was successful, 10195 body bytes, 179 header bytes         
Action.c(53): Registering web_reg_save_param was successful         
Action.c(59): Redirecting "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/login/check1.asp" (redirection depth is 0)         
Action.c(59): To location "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/rws01/list.asp?p_id=182010111515525367026"         
Action.c(59): web_submit_data("check1.asp") was successful, 19953 body bytes, 422 header bytes         
Action.c(167): web_url("dwform_text.asp") was successful, 26605 body bytes, 179 header bytes         
Action.c(176): web_submit_data("dwform_text_deal.asp") was successful, 77 body bytes, 176 header bytes         
Action.c(243): web_url("kyydb_form1.asp") was successful, 8673 body bytes, 178 header bytes         
Action.c(252): web_submit_data("kyydb_form1_deal.asp") was successful, 77 body bytes, 176 header bytes         
Action.c(291): web_url("kyydb_form2.asp") was successful, 24750 body bytes, 179 header bytes         
Action.c(300): Redirecting "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/rws01/kyydb_form2_deal.asp" (redirection depth is 0)         
Action.c(300): To location "http://192.168.5.119:81/www2006/onlineguide/kyrwdb_2011/rws01/dw_index_2.asp?p_id=182010111515525367026""         
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""         
Action.c(300): web_submit_data("kyydb_form2_deal.asp") highest severity level was "ERROR", 1803 body bytes, 401 header bytes         
Ending action Action.

多米尼克 发表于 2010-11-15 17:55:34

红色标志的链接为 不存在的链接

androidone 发表于 2010-11-16 09:18:38

你要问问开发这个链接是什么,如果确实没用可以注释掉,估计这个链接需要做关联

多米尼克 发表于 2010-11-16 12:35:15

回复 3# androidone


可是脚本中根本没有这个链接,直接访问也是400

我pid也做了关联了

多米尼克 发表于 2010-11-16 12:36:01

用httpwatch也看了,返回的值也没有这个链接

不知道这个链接是怎么来的

androidone 发表于 2010-11-16 13:34:37

那就直接屏蔽掉
页: [1]
查看完整版本: 大家碰到过这种情形吗