年后估计就可以搞这个了
嘿嘿作者: wssgily 时间: 2007-1-30 22:15
1.Choose File > New > function liberay.
2.Create a new function library
3.enter the following lines exactly:
public Function myfunc()
msgbox "one"
msgbox "two"
msgbox "three"
End Function
[ 本帖最后由 wssgily 于 2007-1-30 22:17 编辑 ]作者: wssgily 时间: 2007-1-30 22:18
QuickTest saves the function library with a .qfl extension (unless you specify a different extension, such as .vbs or .txt, or remove the extension altogether), and displays the function library name in the title bar.作者: lily_mu75 时间: 2007-1-30 22:25 标题: 回复 #3 wssgily 的帖子 只能在Resources中设置共享的函数库文件吗?没有直接的调用语句(无须在Settings设置Resources)的方法吗?作者: chris_328 时间: 2007-1-31 14:24
各位用的什么版本或者用了什么插件?我的QTP没有这个为何?作者: lily_mu75 时间: 2007-1-31 15:03 标题: 回复 #6 chris_328 的帖子 呵呵,是9版本的。
本人今天又仔细阅读了英文帮助,有另外一种方法,就是将自己定义的函数定义为测试对象方法,在keyword view的Item选项中选定相应的对象,在Operation中就会出现你定义的方法名称,进而选定该方法即可。无须用语句调用。