|
4#
楼主 |
发表于 2008-2-25 15:40:23
|
只看该作者
具体是这样的,以下是录制的内容
Action()
{
web_add_cookie("REF=ID=db3b375b487c6677:NW=1:TM=1203581652M=1203581652:S=XIaQbA7chazbTyl1; DOMAIN=www.google.cn");
web_url("www.google.com",
"URL=http://www.google.com/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=http://www.google.cn/favicon.ico", "Referer=", ENDITEM,
"Url=http://www.google.cn/images/nav_logo3.png", "Referer=http://www.google.cn/", ENDITEM,
LAST);
return 0;
}
执行的结果:
虚拟用户脚本已启动
正在开始操作 vuser_init。
Web Turbo Replay of LoadRunner 8.1.0 for WINXP; WebReplay81 build 5495 [MsgId: MMSG-27143]
Run-Time Settings file: "E:\samper\11\\default.cfg" [MsgId: MMSG-27141]
正在结束操作 vuser_init。
正在运行 Vuser...
正在开始迭代 1。
正在开始操作 Action。
Action.c(4): web_add_cookie was successful [MsgId: MMSG-26392]
Action.c(6): Downloading resource "http://www.google.cn/favicon.ico" (specified by argument number 9) [MsgId: MMSG-26577]
Action.c(6): Redirecting "http://www.google.com/" (redirection depth is 0) [MsgId: MMSG-26694]
Action.c(6): To location "http://www.google.cn/" [MsgId: MMSG-26693]
Action.c(6): Downloading resource "http://www.google.cn/images/nav_logo3.png" (specified by argument number 12) [MsgId: MMSG-26577]
Action.c(6): Found resource "http://www.google.cn/extern_js/f/CgV6aC1DThICY24rMAo4Aiw/2k3gZW5vm0M.js" in HTML "http://www.google.cn/" [MsgId: MMSG-26659]
Action.c(6): Found resource "http://www.google.cn/intl/zh-CN/images/logo_cn.gif" in HTML "http://www.google.cn/" [MsgId: MMSG-26659]
Action.c(6): Found resource "http://www.google.cn/intl/zh-CN_cn/images/cn_icp.gif" in HTML "http://www.google.cn/" [MsgId: MMSG-26659]
Action.c(6): web_url("www.google.com") was successful, 29900 body bytes, 1536 header bytes, 22 chunking overhead bytes [MsgId: MMSG-26385]
正在结束操作 Action。
正在结束迭代 1。
正在结束 Vuser...
正在开始操作 vuser_end。
正在结束操作 vuser_end。
Vuser 已终止。 |
|