51Testing软件测试论坛

标题: Analog录制模式下的<t4>有什么用? [打印本页]

作者: xihong2004    时间: 2006-10-1 12:14
标题: Analog录制模式下的<t4>有什么用?
我用Analog录制模式,录制的脚本里有:

type ("<t4><kUp_E>“);

我把<t4>删除了,脚本也可以跑,请问这个<t4>有什么用处?
作者: gp_jl    时间: 2006-10-1 22:56
标题: Re:Analog录制模式下的<t4>有什么用?
个人认为这个 <t4> 是指有四秒的暂停,也就是说在进行下一步的操作前有个停顿。所以,即使删除它,对运行也应该没有什么影响。

[ 本帖最后由 gp_jl 于 2006-10-1 22:58 编辑 ]
作者: xihong2004    时间: 2006-10-2 09:00
不是啊,我改成t600,没有停600秒啊
作者: gp_jl    时间: 2006-10-2 12:11
那里错了呢? t 应该是表示时间单位的阿。

Pauses between keystrokes are indicated by the letter t followed by an integer, representing the number of time units, enclosed by greater/less than signs?(< >). The statement
type("hello, <t3>world");

depicts a pause of 3 seconds between the input of the words hello and world. The lowercase t can be replaced by a capital T, which indicates milliseconds.

[ 本帖最后由 gp_jl 于 2006-10-2 12:32 编辑 ]




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