TheHunter 发表于 2004-9-27 11:47:44

急!各位大虾,为什么会有这个错误,运行脚本的时候出的问题。

我录制了一个WEB测试脚本,用到了以下协议:
Internet Messaging(IMAP)
Simple Mail Protocol(SMTP)
Web(HTTP/HTML)
Windows Socket

录制脚本没问题,但是我在运行的时候却提示错误:
Virtual User Script started
Starting action vuser_init.
Web Turbo Replay of LoadRunner 7.80.0 for WIN2000; Web build 2271       

Run-Time Settings file: "C:\Documents and Settings\zhangzhb.CCADS\Local Settings\Temp\noname8\\default.cfg"       

vuser_init.c(12): Error -27796: Failed to connect to server "localhost:7777": Connection refused       

vuser_init.c(12): Downloading resource "http://10.0.0.233/images/index_3.gif" (specified by argument number 9)       

vuser_init.c(12): Warning -27796: Failed to connect to server "localhost:7777": Connection refused       

vuser_init.c(12): web_url highest severity level was "ERROR", 0 body bytes, 0 header bytes       

Abort was called from an action.


:,(这是为什么?

sunshinelius 发表于 2004-9-27 12:40:22

楼主,你做了一个集四种协议的混合脚本?
参见pcl曾发过的proxy 端口号设置吧
改变缺省proxy端口7777
*打开regedit
*在HKEY_CURRENT_USER\SoftWare\Mercury Interactive\AstraApplication\Recording 下边添加类型为Proxy Prot的DWORD
*赋值为你想要的端口值

TheHunter 发表于 2004-9-27 13:43:13

嘿嘿,搞定。
谢谢版主,实际上我的机子在域中,不需要设置代理。

firemonth 发表于 2006-8-23 22:22:06

每帖必看!
看帖必回!


疯狂的刺猬

lemonzone2010 发表于 2010-11-9 14:16:54

嘿嘿,搞定。
谢谢版主,实际上我的机子在域中,不需要设置代理。
TheHunter 发表于 2004-9-27 13:43 http://bbs.51testing.com/images/common/back.gif


    不设置代理这么弄呀...? 我也遇到和你一样的问题了
页: [1]
查看完整版本: 急!各位大虾,为什么会有这个错误,运行脚本的时候出的问题。