用LR如何录制网络下载脚本
我录制的脚本:Action()
{
web_url("(19)iis3fixi.exe",
"URL=http://192.168.14.21/download/(19)iis3fixi.exe",
"Resource=1",
"RecContentType=application/octet-stream",
"Referer=",
LAST);
lr_think_time(7);
web_url("adtask.xml",
"URL=http://biz4.sandai.net/bd/thunder5/show/adtask.xml",
"Resource=1",
"Referer=",
LAST);
web_add_cookie("im_peer_cookie=838452271233032; DOMAIN=p4pstatic.xunlei.com");
web_url("rules.txt",
"URL=http://p4pstatic.xunlei.com/rules.txt",
"Resource=1",
"Referer=",
LAST);
web_url("msg.dat",
"URL=http://biz4.sandai.net/ad/thunder5/thundermsg/msg.dat",
"Resource=1",
"Referer=",
LAST);
web_url("(19)iis3fixi.exe_2",
"URL=http://192.168.14.21/download/(19)iis3fixi.exe",
"Resource=1",
"RecContentType=application/octet-stream",
"Referer=http://192.168.14.21/download",
LAST);
return 0;
}
录是录了 但是运行时发现 脚本只是检测连接是否存在 而并未有下载文件(19)iis3fixi.exe。
请高手指教是否有方法使用脚本下载文件的。 我现在也遇到了这种问题,LR录制了链接请求,但是其实发送了请求给服务器,也不知道是不是给服务器造成了压力。好像可以监控服务器的IO来监控,如果发送的大量的请求,IO也跟着上去了,应该可以说明给服务器造成了压力。期待高手指教。
页:
[1]