51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

查看: 3882|回复: 3
打印 上一主题 下一主题

SilkTest Tips(exchange)

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2006-10-18 22:24:10 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
1.How can SilkTest check and uncheck CheckBoxes embedded into ListViews which are not recognised by the recorder?




ANSWER
----------------------------------


CheckBoxes embedded into ListView controls are not recognised by SilkTest at all. This is due to the fact that these controls are not true CheckBoxes and are simply icons which do not have a standard class in SilkTest.


These controls can be tested with SilkTest despite the recognition problem. One of the aspects which can be tested is checking and unchecking of the CheckBoxes.


The example below uses the network properties DialogBox on Windows as the AUT. This DialogBox contains a ListView with embedded CheckBoxes. The code uses PressItem(), ReleaseItem() and TypeKeys() to manipulate the CheckBoxes. The parameter passed to PressItem() and ReleaseItem() is the index of the item you wish to highlight in the ListView, the name of this item can also be used as an alternative to the index. TypeKeys("<Space>") performs the check or uncheck of the CheckBox.



        [ ] Window1.SetActive ()
        [ ] Window1.Dialog1.ListView1.PressItem (3)
        [ ] Window1.Dialog1.ListView1.ReleaseItem (3)
        [ ] Window1.Dialog1.ListView1.TypeKeys ("<Space>")
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2006-10-19 15:11:53 | 只看该作者
select 再 typekeys也可以吧
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2006-10-19 18:21:32 | 只看该作者
thanks....looking forward to more tips.
回复 支持 反对

使用道具 举报

该用户从未签到

4#
发表于 2006-10-27 09:23:59 | 只看该作者
用record 窗体的功能可以实现的
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-5-2 17:58 , Processed in 0.072387 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表