jinxiadaxia 发表于 2012-4-11 18:43:41

loadrunner脚本回放时出现问题

脚本:
Action()
{

        web_url("WebTours",
                "URL=http://127.0.0.1:1080/WebTours/",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t13.inf",
                "Mode=HTML",
                LAST);

        return 0;
}
出现问题:
Error -27796: Failed to connect to server "127.0.0.1:9415": Connection refused       
Warning -26000: Empty or no response for URL="http://127.0.0.1:9415/tudouva.pac"       
Fatal Error -27098: Could not download the proxy automatic configuration script (URL="http://127.0.0.1:9415/tudouva.pac"). See previous messages.Refer to the 'Run-time settings/Internet Protocol/Proxy'       
Fatal Error -27072: The URL of the proxy automatic configuration script was explicitly specified in "Run-time settings/Internet Protocol/Proxy".Aborting       
求高手指点


ps:360已经退出了

云层 发表于 2012-4-12 17:57:36

感觉是你LR中代理设置了的问题

fuwu527751246 发表于 2012-4-12 18:46:11

Error -27796: Failed to connect to server "127.0.0.1:9415": Connection refused         

这么清楚的错误提示

msnshow 发表于 2012-4-12 22:13:02

应该是云层所讲的问题

hzhij 发表于 2012-4-13 09:58:30

求解?我之前也遇到 类似的问题不过那是服务器的rpc没有开启!

TesterChen 发表于 2012-4-13 10:01:04

回复 1# jinxiadaxia

Error -27796: Failed to connect to server "127.0.0.1:9415": Connection refused         
Warning -26000: Empty or no response for URL="http://127.0.0.1:9415/tudouva.pac"         
Fatal Error -27098: Could not download the proxy automatic configuration script (URL="http://127.0.0.1:9415/tudouva.pac"). See previous messages.Refer to the 'Run-time settings/Internet Protocol/Proxy'         
Fatal Error -27072: The URL of the proxy automatic configuration script was explicitly specified in "Run-time settings/Internet Protocol/Proxy".Aborting         

如此明显详细的提示信息,LR很好很强大
建议楼主,出现错误的时候一定要认真的看错误的详细信息,如果看不懂英文,就Google翻译
要养成良好的解决问题的习惯和方式

jinxiadaxia 发表于 2012-4-14 15:34:58

回复 6# TesterChen


    我知道提示很明显,但是我不会改啊,刚接触loadrunner,能具体截图一下告诉我怎么测试。因为之前安装时出了一点问题,所以我老是怀疑我这个能用不?

jinxiadaxia 发表于 2012-4-14 15:36:38

回复 2# 云层


    具体怎么么改?能说清楚一点吗?因为刚接触,所以我对loadrunner一无所知,想跑起自己录制的第一个脚本

jinxiadaxia 发表于 2012-4-14 15:45:08

感谢各位,终于跑起来了,太感动了

软件测试-六月 发表于 2015-2-12 15:06:41

你咋解决的?也不分享下啊啊啊啊

秦晓怡 发表于 2016-5-9 13:40:45

jinxiadaxia 发表于 2012-4-14 15:45
感谢各位,终于跑起来了,太感动了

楼主你这个问题怎么解决的,LR新人
页: [1]
查看完整版本: loadrunner脚本回放时出现问题