TA的每日心情 | 开心 2015-9-30 09:49 |
---|
签到天数: 3 天 连续签到: 1 天 [LV.2]测试排长
|
在LR12.02中我将登录名及密码设置了参数化(我设置了2个用户名和密码),我在跑脚本的时间,无显示该脚本运行了2次。
各位帮我看一下,脚本在哪里需要修改或需要在哪个菜单中设置。
web_submit_data("mobilogin.do",
"Action=http://appadmin.xxx.com.cn:8080/xxxx/appUser/mobilogin.do",
"Method=POST",
"TargetFrame=",
"RecContentType=text/plain",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
ITEMDATA,
"Name=mobile", "Value={NewParam_1}", ENDITEM,
"Name=longitude", "Value=121.490967", ENDITEM,
"Name=latitude", "Value=31.300661", ENDITEM,
"Name=pwd", "Value={NewParam}", ENDITEM,
LAST);
lr_log_message("enter message here");
web_custom_request("list.do",
"URL=http://appadmin.xxx.com.cn:8080/xxxx/appReleaseImage/list.do",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/plain",
"Referer=",
"Snapshot=t2.inf",
"Mode=HTML",
"EncType=",
LAST);
|
|