51Testing软件测试论坛
标题:
lr 中关于web_custom_request函数的问题
[打印本页]
作者:
qiufengqiang
时间:
2011-12-20 17:07
标题:
lr 中关于web_custom_request函数的问题
用web(HTTP/HTML)协议录制的一个脚本,其中含有一个web_custom_request函数,如下
web_custom_request("passport.baidu.com_3",
"URL=https://passport.baidu.com/?login",
"Method=POST",
"RecContentType=text/html",
"Referer=https://passport.baidu.com/?login&tpl=mn",
"Snapshot=t45.inf",
"Mode=HTTP",
"Body=tpl_ok=",
EXTRARES,
LAST
);
这样回放脚本没有问题。
现在我想把其中的Body部分用参数存储,修改后的代码如下
char str[500];
strcpy(str,"Body=tpl_ok=");
web_custom_request("passport.baidu.com_3",
"URL=https://passport.baidu.com/?login",
"Method=POST",
"RecContentType=text/html",
"Referer=https://passport.baidu.com/?login&tpl=mn",
"Snapshot=t45.inf",
"Mode=HTTP",
str,
EXTRARES,
LAST
);
这时候脚本编译没问题,可以通过,但是当点击树视图时,弹出错误提醒,说web_custom_request函数属性中语句错误
web_custom_request:Syntax error in attribute
test:str
argument:8
请问这是怎么回事?
本人刚学loadrunner,希望高手多多指点
作者:
qiufengqiang
时间:
2011-12-20 18:39
楼上能说清楚点吗?最好贴几行代码出来看看
作者:
qiufengqiang
时间:
2011-12-21 09:53
问题解决了,原来虽然进入树视图会报错,但是这个不影响脚本的回放。要进入树视图的话,可以先把web_custom_request函数中的参数注释掉,就可以进入树视图了
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2