51Testing软件测试论坛

标题: 为什么在VUSER中设的检查点无法通过 [打印本页]

作者: adiao    时间: 2007-9-19 11:04
标题: 为什么在VUSER中设的检查点无法通过
录制了一个网站的脚本,对页面上的内容“这种创业创新创优的精神值得在全社会大力弘扬”设了检查点,但是在回放的时候该检查点不通过,删除检查点在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]
作者: icewhite    时间: 2007-9-24 13:44
Righton和lefton弄反了吧?
作者: adiao    时间: 2007-9-27 09:20
应该不是这个原因,换过来也不行。
作者: qiguojie    时间: 2007-9-27 10:40
建议换成 web_reg_find 或者web_reg_save_param来试试能不能抓到内容

一般我都不是XXX_find函数,因为很不稳定
作者: adiao    时间: 2007-9-27 11:50
刚才录了其它软件的一个脚本,web_find 字母可以done,如果是汉字的话就不行,是不是LR不支持汉字的检查点啊?
作者: adiao    时间: 2007-9-27 12:09
用web_reg_find 能抓取到内容,但是这个函数后面的脚本就报"Web step failed"的错误,不能通过.
作者: adiao    时间: 2007-9-27 14:41
web_find 汉字找不到原来是自己机子上的LR问题,换在其它机子在上面web_find 汉字是可以通过的。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2