51Testing软件测试论坛
标题:
SilkTest问题整理一
[打印本页]
作者:
pcl2004_27
时间:
2004-12-13 22:30
标题:
SilkTest问题整理一
1.如何出现提示对话框
答:代码如下:
[-] testcase TestWin ()
[ ] string strHello
[ ] strHello = "Hello"
[ ] Agent.DisplayMessage ("Hello",strHello)
2.创建函数
答:先创建代码,后引用,代码如下:
[-] boolean hello(string strHello)
[ ]
[ ] Agent.DisplayMessage ("Hello",strHello)
[ ]
[ ] return true
[ ]
[-] testcase TestWin ()
[ ] string strHello
[ ] strHello = "Hello"
[ ] hello(strHello)
3.如何引用外部文件
答:用use关键字
4.按住鼠标操作移动可以录制么?
答:可以的,mainwin中有鼠标函数,代码如下
MainWin.PressMouse (1, 100, 100)
MainWin.MoveMouse (100, 101)
MainWin.MoveMouse (100, 102)
MainWin.ReleaseMouse (1, 100, 103)// events released
作者:
asks_zhuang
时间:
2005-2-24 11:09
标题:
有一点啊,函数编译(compile)以后才可以使用
我当时是折腾了大半天的,原来是忘记编译了
作者:
xygwf
时间:
2005-2-28 21:34
顶啊,需要多一些编码的心得T出来啊..
作者:
walker1020
时间:
2007-7-29 00:13
向pcl2004_27 学习!
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2