|
我用下面一段代码运行后提示我下面的错误,有点搞不懂那个错误是什么意思啊,麻烦各位高手帮忙看看
#include "web_api.h"
Action()
{
web_url("index.htm",
"URL=http://192.168.3.144:8099/h/xlstk/{SHA}/{PAGE}",
"Resource=1",
"RecContentType=text/html",
"Referer=0",
"Snapshot=t1.inf",
"Mode=HTML",
lr_output_message("SHA is %s,PAGE is %s",lr_eval_string("{SHA}"),lr_eval_string ("{PAGE}")),
LAST
);
return 0;
}
虚拟用户脚本已启动
正在开始操作 vuser_init。
Web Turbo 重播 LoadRunner 8.1.0 for WINXP; Web 内部版本 4788 [MsgId: MMSG-27143]
运行时设置文件: "C:\Documents and Settings\Administrator\Local Settings\Temp\noname1\\default.cfg" [MsgId: MMSG-27141]
正在结束操作 vuser_init。
正在运行 Vuser...
正在开始迭代 1。
正在开始操作 Action。
Action.c(8): SHA is sh600000,PAGE is cw_cwjb.htm
Action.c(8): 错误: C interpreter run time error: Action.c (8): Error -- memory violation : Exception ACCESS_VIOLATION received.
Action.c(8): 通知: CCI 跟踪: Action.c(8): web_url(0x0101020b "index.htm", 0x010101d8 "URL=http://192.168.3.144:8099/h/xlstk/{S...", 0x010101cd "Resource=1", 0x010101b4 "RecContentType=text/html", 0x010101aa "Referer=0", 0x0101019a "Snapshot=t1.inf", 0x01010190 "Mode=HTML", 35, 0x01010169.
Action.c(8): 通知: CCI 跟踪: "LAST")
.
Action.c(8): 通知: CCI 跟踪: Compiled_code(0): Action()
.
正在结束 Vuser...
正在开始操作 vuser_end。
正在结束操作 vuser_end。
Vuser 已终止。 |
|