51Testing软件测试论坛

标题: QTP选择下拉菜单 [打印本页]

作者: leo_hu_100    时间: 2007-12-28 16:46
标题: QTP选择下拉菜单
只需要输入操作窗口、对象以及列表索引即可操作:

Function SelectDropdownItem (win, obj, index)
   Window(win).WinObject(obj).Click 1,1

   Set WshShell = CreateObject("Wscript.Shell")
   For i=1 to index
      WshShell.sendKeys "{DOWN}"
   Next
      WshShell.sendKeys "{ENTER}"
   Wait (1)
   Set WshShell = nothing
End Function
作者: jiangemma    时间: 2007-12-29 18:08
下载下来慢慢研究
作者: Fish2007    时间: 2008-4-23 13:17
谢谢哦,我用这个函数解决了我的问题。
作者: huaxiaowu    时间: 2008-4-23 16:31
看得不是很明白……
LZ这个FUNCTION没有返回值,是不是应该设成子函数啊?
有人能给个具体的例子吗?

执行不了啊……
作者: 雨加雪    时间: 2008-10-21 14:37
谁是好人?你是好人!  我遇到问题来查,刚好查到
作者: shuishixingyu    时间: 2008-10-21 18:31
不错,学习了




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