TA的每日心情 | 奋斗 2017-1-19 14:46 |
---|
签到天数: 6 天 连续签到: 1 天 [LV.2]测试排长
|
大家好,我是新人。在练习LoadRunner的web_reg_find函数时,出现不明白的地方。我的代码如下:
web_url("WebTours",
"URL=http://127.0.0.1:1080/WebTours/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
web_reg_find("SaveCount=count",
"Text=Incorrect Password",
LAST);
web_submit_form("login.pl",
"Snapshot=t2.inf",
ITEMDATA,
"Name=username", "Value=test01", ENDITEM,
"Name=password", "Value=1234567", ENDITEM,
"Name=login.x", "Value=60", ENDITEM,
"Name=login.y", "Value=5", ENDITEM,
LAST);
lr_output_message(lr_eval_string("{count}"));
我用LoadRunner自带的WebTours系统做练习,使用错误的密码登录。结果能检查到有2次“Incorrect Password”出现,请问有没有人知道原因? |
|