51Testing软件测试论坛
标题:
如果想实现脚本迭代之间停顿3秒钟
[打印本页]
作者:
xudesili
时间:
2008-2-28 19:01
标题:
如果想实现脚本迭代之间停顿3秒钟
由于现在存在一个脚本结束后,RFT马上执行循环执行脚本,出现系统已经运行的提示.如果想实现脚本迭代之间停顿3秒钟,如何来实现。
public void testMain(Object[] args)
{
startApp("...");
...;
}
作者:
CPC
时间:
2008-2-29 08:32
sleep(10)
作者:
王娇龙
时间:
2008-4-30 16:40
在循环块中添加sleep(3);
作者:
unlimit5
时间:
2008-5-6 17:29
你可以判断一下 循环的脚本启动的windows title,如果有你要运行的就等待。
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2