51Testing软件测试论坛

标题: LR回放失败 [打印本页]

作者: zqtest    时间: 2008-8-1 10:28
标题: LR回放失败
录制了一个简单的脚本, 如下:

Action()
{
web_url("www.baidu.com",
  "URL=http://www.baidu.com/",
  "Resource=0",
  "RecContentType=text/html",
  "Referer=",
  "Snapshot=t6.inf",
  "Mode=HTML",
  LAST);

lr_think_time(4);
web_link("新犖\xC5",
  "Text=新犖\xC5",
  "Snapshot=t7.inf",
  EXTRARES,
  "Url=/img/nav.gif", ENDITEM,
  "Url=http://eiv.baidu.com/other/ff.js", ENDITEM,
  "Url=/img/arrow.gif", ENDITEM,
  "Url=http://eiv.baidu.com/maimg/20080731/104163558.swf", ENDITEM,
  LAST);
return 0;
}
回放的时候报错了, 报错如下:


Action.c(18): Error -27995: Requested link ("Text=新犖?) not found   [MsgId: MERR-27995]
Action.c(18): web_link("新犖?) highest severity level was "ERROR", 0 body bytes, 0 header bytes   [MsgId: MMSG-26388  


请高人补助解决一下,谢谢!      还有个问题就是我自动关联的时候好像不管用, 手动关联如何做啊????
作者: qiguojie    时间: 2008-8-1 11:45
  这个和关联有关系吗?
作者: 云层    时间: 2008-8-1 12:00
web_link("新犖\xC5",
  "Text=新犖\xC5",
这里的链接名称写的不对




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