51Testing软件测试论坛

标题: 为什么不执行? [打印本页]

作者: ycatula    时间: 2007-10-29 16:54
标题: 为什么不执行?
1、if Browser("erp").windows(生产任务单--网页对话框).Page("生产任务单"). Frame("Frame").WebElement  ("WebTable").Exist Then
2、 Browser("erp").windows(生产任务单--网页对话框).Page("生产任务单"). Frame("Frame").WebElement  ("text:="&Data table("prj",dtGlobalSheet)).Click
3、End if
请教各位高手为什么第2句执行不到呢。也不报错。
请大家赐教!
谢谢 
作者: hsjzfling    时间: 2007-10-29 19:10
将第一句替换为if Browser("erp").windows(生产任务单--网页对话框).Page("生产任务单"). Frame("Frame").WebElement("text:="&Data table("prj",dtGlobalSheet)).Exist then
作者: meme    时间: 2007-10-29 19:15
WebTable没有出现
作者: wuzhuayu    时间: 2007-10-29 23:39
第一句的条件是否为真?
作者: jifeng    时间: 2007-10-29 23:50
Browser("erp").windows(生产任务单--网页对话框).Page("生产任务单"). Frame("Frame").WebElement  ("WebTable").Exist

1可以直接放到if里边吗?将他的值赋给一个变量,将变量放到if里边,注意加括号

[ 本帖最后由 jifeng 于 2007-10-30 00:13 编辑 ]
作者: 风过无息    时间: 2007-10-30 08:27
楼主可以用DEBUG调试一下,注意第一句脚本的返回值是TRUE还是FALSE.
作者: xiaoyaoke    时间: 2007-10-30 09:26
If 语句不满足当然不执行了...
作者: ycatula    时间: 2007-10-30 11:12
if 语句 满足的 .我用 msgbox("")试过了 .
作者: ycatula    时间: 2007-10-30 11:31
原帖由 hsjzfling 于 2007-10-29 19:10 发表
将第一句替换为if Browser("erp").windows(生产任务单--网页对话框).Page("生产任务单"). Frame("Frame").WebElement("text:="&Data table("prj",dtGlobalSheet)).Exist then



谢谢 hsjzfling,问题 已解决.
不过我想问一下 问什么 这样写 它就能找到并执行了呢 .原来我写的怎么就不能?
作者: gy21st    时间: 2007-10-30 23:14
原帖由 ycatula 于 2007-10-30 11:31 发表



谢谢 hsjzfling,问题 已解决.
不过我想问一下 问什么 这样写 它就能找到并执行了呢 .原来我写的怎么就不能?


Browser("erp").windows(生产任务单--网页对话框).Page("生产任务单"). Frame("Frame").WebElement  ("WebTable")
Browser("erp").windows(生产任务单--网页对话框).Page("生产任务单"). Frame("Frame").WebElement  ("text:="&Data table("prj",dtGlobalSheet))

是两个不同对象。第一个不存在并不表示第二个不存在。
另外最好有一个等待时间。
作者: hsjzfling    时间: 2007-10-31 01:46
标题: 回复 9# 的帖子
楼上大致解答了,你既然知道用描述性编程去动态匹配WebElement对象,那么在做Exist判断的时候怎么就不动态的去判断了呢。。。。。。

另外回楼上,等待时间其实已经加了,Exist()参数为空的时候默认能等待20秒(对象全局同步时间)
object.Exist([TimeOut])
If a timeout value is specified, QuickTest waits until it finds the object or until the timeout is reached.
If the value 0 is specified, the property returns the True or False value immediately.
If no value is specified, the value specified in the Test Settings dialog box for the Object Synchronization Timeout is used for tests. For business components, the pre-defined value of 20 seconds is used.
作者: ycatula    时间: 2007-10-31 13:46
谢谢各位高手的指点.




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