用LOADRUNNER8.1录制脚本时,总会先连接
http://218.77.120.170/wpad.dat这个网址,如下:
vuser_init()
{
web_url("wpad.dat",
"URL=http://218.77.120.170/wpad.dat",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Mode=HTTP",
LAST);
web_url("www.hao123.com",
"URL=http://www.hao123.com/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTTP",
LAST);
。。。。。。
是我机器中毒了还是设置上的问题,有朋友遇过这种情况吗?