hungun 发表于 2006-9-27 17:22:15

请问:set_window函数参数time的准确意义

set_window函数参数time的准确意义:

set_window(window[,time]);

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

可为什么我在脚本里设置成0后,回放的时候也能通过呢?

testzhu 发表于 2006-9-27 17:37:31

英文说明里不是有这么一句吗?
added to the timeout option (set in the Run category of the Tools > General Options dialog box) ......
所以时间不止是你设的0
我也初学 说错了误怪啊:)

picture 发表于 2006-9-28 09:52:37

这个也一直没搞懂,好象操作相同的的步骤,在不同时候Winrunner在脚本录制里set_window函数的TIME是不相同的,不知道是为什么

kolecat 发表于 2006-9-28 11:36:33

我也很想知道 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:27

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:53

thx,了解了~
页: [1]
查看完整版本: 请问:set_window函数参数time的准确意义