|
老师你好,LR文本检查点我有两个问题不太清楚,请帮忙解答一下,谢谢!
1.文本检查点设置顺序问题:
前提:Addtimereport.asp2有一个输入项为Email:youran@163.com,设置search for: youran;
Right of: Email;
Left of: @163.com;
Run_Time_setting 中已设置Enable image and text check。
选择为ViewTree视图,在Addtimereport.asp2上设置文本检查点,我是选择Insert After还是Insert Before呢,这两个插入基于什么呢?
我的想法是:因为是在Addtimereport.asp2界面中才产生Email:youran@163.com,在之前web_find 的话,不是还没有输入youran@163.com吗?而如果在之后web_find的话,也觉得不合适。
所以web_find()函数哪一段代码我总不知道应该放在Addtimereport.asp2代码前面还是后面。
2.设置文本检查点后,编译无错,运行场景时有错。
也是刚才哪个前提,代码为:web_find("web_find",
"RightOf=Email",
"LeftOf=@163.com",
"What=youran",
LAST);
如果放在Addtimereport.asp2代码前:运行Controller时Eroor错误信息有两个:
Action.c(91): Error -27257: Pending web_reg_save_param/reg_find/create_html_param[_ex] request(s) detected and reset at the end of iteration number 1
Action.c(91): Error -27195: "web_find" failed. 0 occurrence(s) of "youran" found (RightOf="Email", LeftOf="@163.com")
如果放在Addtimereport.asp2代码后,则错误信息只有后一个。
写得有点多,害怕老师看不明白,请老师耐心看完。自己感觉应该错在right of和 left of两个参数设置及函数顺序上了。谢谢! |
|