|
4#
楼主 |
发表于 2007-6-11 09:32:10
|
只看该作者
看了你的文章.以下是我的看法.
1:Browser Navigation Timeout 在程序中怎么实现还没有解决,谁可以帮助我?
你可以在FILE--SETTINGS--Properties--Generate Script.QTP帮你生成SCRIPT.打开他.你可以看见
App.Test.Settings.Web.BrowserNavigationTimeout = 60000.这里面的BrowserNavigationTimeout是否可用?
还有在HELP 中 WebTimeout(Maximum time in seconds to wait before it is determined that a URL address cannot be found)
这个WebTimeout 好象就是Browser Navigation Timeout
2: Default Load Time
他是用在CHECK PAGE CHECKPOINT时用的. BY DAFAULT 在CHECK PAGE 时 "LOAD TIME" 属性值=0. 当运行时 往往"LOAD TIME>0" said"load time=2" 而你设
add 0 seconds to page load time. checkpoint fails. 当你设add 3 seconds to page load time.则 PASS!
3. exists 和exist 是有区别吧. 你这里说的是EXIST 吧.exist 绝大部分是用毫秒作为单位.但我记的在 用Terminal Emulator add-in (tefield.exist(3)
或tescreen.exist(3) 中是秒). 不敢肯定.
我上面的问题:.比如在一个WEB application 假设在WEB 中找一个OBJECT .QTP 发最长多少时间才找不到一个OBJECT. 是等于objiect synchronization timeout=20 seconds 还是20+6=26 seconds?
还有在一个 checkpoint 的操作 中 QTP 用最长多长时间来check? (20 ? , 0? 20+6? 20+6+4?) . 你的回答是什么.谢谢.
|
|