51Testing软件测试论坛

标题: 请问:set_window函数参数time的准确意义 [打印本页]

作者: hungun    时间: 2006-9-27 17:22
标题: 请问:set_window函数参数time的准确意义
set_window函数参数time的准确意义:

set_window(window[,time]);

看了英文的help后,参数time,我的理解是,执行下个语句前,这个窗口的等待时间,

可为什么我在脚本里设置成0后,回放的时候也能通过呢?
作者: testzhu    时间: 2006-9-27 17:37
英文说明里不是有这么一句吗?
added to the timeout option (set in the Run category of the Tools > General Options dialog box) ......
所以时间不止是你设的0
我也初学 说错了误怪啊:)
作者: picture    时间: 2006-9-28 09:52
这个也一直没搞懂,好象操作相同的的步骤,在不同时候Winrunner在脚本录制里set_window函数的TIME是不相同的,不知道是为什么
作者: kolecat    时间: 2006-9-28 11:36
我也很想知道 set_window() 中的 time参数到底是如何定义的, 我在WR自带的帮助文件里面居然没有找到time的介绍,不知道哪位同学可以把原文给贴一下让我 look look,先谢谢咯 ^^

我刚才试了一下,set不同window时,录制脚本中的time数值是不一样的,从1到8不等。 从别的地方资料来看
set_window ( window [,time] );激活窗口并确定等待时间
我觉得这里说time 是确定等待时间的解释有点模糊,我觉得是WR在自动记录set一个window时,window完全显示出来的时间。有些窗口响应快,有的窗口响应慢,所以脚本里面时间是不一致的。

[ 本帖最后由 kolecat 于 2006-9-28 11:39 编辑 ]
作者: hungun    时间: 2006-9-28 16:05
set_window ( window [,time] );

window        The logical name or description of the window.
time        The amount of time, in seconds, added to the timeout option (set in the Run tab of the Settings > General Options dialog box)  to give the maximum interval before the next statement is executed .  If the Window is found before the maximum time is reached, the test continues to run.

[ 本帖最后由 hungun 于 2006-9-28 16:06 编辑 ]
作者: kolecat    时间: 2006-9-28 17:45
thx,了解了~




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