51Testing软件测试论坛
标题:
检查点的问题
[打印本页]
作者:
han_xue1230
时间:
2007-4-24 10:54
标题:
检查点的问题
我在录制登录脚本过程前在Runtime Setting中把Enable Image and text check选上了
在录制登录脚本过程中设置了检查点“4”,代码如下:
web_find("web_find",
"RightOf=2",
"What=4",
LAST);
在脚本录制后单机执行时却出现下例错误:
Action.c(31): Error -27195: "web_find" failed. 0 occurrence(s) of "4" found (RightOf="2", LeftOf="") [MsgId: MERR-27195]
Action.c(31): web_find highest severity level was "ERROR" [MsgId: MMSG-26391]
Action.c(31): Notify: Transaction "logging in" ended with "Fail" status (Duration: 0.0526).
不知道原因出在哪里???????
作者:
han_xue1230
时间:
2007-4-24 11:04
顶sdlkfj2
作者:
han_xue1230
时间:
2007-4-24 11:23
我把检查点从“事务开始”后面挪到“事务结束”前面就好了,但问题的原因是什么,为什么我前两次也挪了就不好用呢
作者:
adiao
时间:
2007-4-24 11:59
事务开始时你还没录入你要检查的字符串,它搜索不到当然就不给你通过了
作者:
han_xue1230
时间:
2007-4-24 12:17
哦 呵呵
作者:
han_xue1230
时间:
2007-4-27 09:53
我把检查点放在
web_find("web_find",
"RightOf=name",
"What=wgxsry_",
LAST);
lr_end_transaction("logging in", LR_AUTO);
value=wgxsry_name是用户名已经参数化后的值。但是上面的代码结果显示是错的
web_find("web_find",
"RightOf=2",
"What=7",
LAST);
lr_end_transaction("logging in", LR_AUTO);
这个却是对的
不明白为什么第一段设置检查点不成功呢
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2