TA的每日心情 | 无聊 2014-11-17 11:08 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
录制了一个网站的脚本,对页面上的内容“这种创业创新创优的精神值得在全社会大力弘扬”设了检查点,但是在回放的时候该检查点不通过,删除检查点在Controller执行场景,通过show vuser是能看到页面显示的。请问这是缘故
脚本如下
86行:web_url("RedirectServlet",
"URL=http://***/RedirectServlet?type=c&id=81065",
"Resource=0",
"RecContentType=text/html",
"Referer=http://***/",
"Snapshot=t7.inf",
"Mode=HTML",
EXTRARES,
"URL=culturewebFile/images/news/bg.gif", "Referer=http://***/culturewebFile/81065.html", ENDITEM,
"URL=culturewebFile/images/news/xg.gif", "Referer=http://***/culturewebFile/81065.html", ENDITEM,
LAST);
97行:web_find("web_find",
"RightOf=创",
"LeftOf=值得",
"What=业创新创优的精神",
LAST);
日志信息:
Action.c(86): web_url("RedirectServlet") highest severity level was "warning", 20122 body bytes, 1588 header bytes [MsgId: MMSG-26388]
Action.c(97): Error -27195: "web_find" failed. 0 occurrence(s) of "业创新创优的精神" found (RightOf="创", LeftOf="值得") [MsgId: MERR-27195]
Action.c(97): web_find highest severity level was "ERROR" [MsgId: MMSG-26391] |
|