51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

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

[求助] QTP检查点问题请教!

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2007-12-17 11:29:08 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
在QTP专家视图中编写一个测试Windows自带计算器的脚本,做0~9个位数遍历加法计算,脚本如下(先将计算器对象和其自对象加入到对象仓库中):

        SystemUtil.Run "C:\WINDOWS\system32\calc.exe","","C:\WINDOWS\system32","open"

    Dim  x
        Dim  y
        Dim result
       
        For x=0 to 9
                For y=0  to 9

                  Window("计算器").WinButton("text:=" & x).Click
                  Window("计算器").WinButton("+").Click
                         Window("计算器").WinButton("text:=" & y).Click
                        Window("计算器").WinButton("=").Click

                        result = x+y
                   ' Window("计算器").WinEdit("Edit").Check CheckPoint("Edit")
                         Window("计算器").WinEdit("Edit").SetCaretPos 3
                next
        next
        Window("计算器").Close

问题:如何将x+y的结果传给CheckPoint("Edit")里面的Edit??谢谢!
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2007-12-17 12:16:59 | 只看该作者
Modifying Checkpoints
      You can modify the settings of existing checkpoints. For example, you can choose to use parameters, or you can use filters to specify which image sources and links to check.

To modify a checkpoint:
      1. In the Keyword View or Expert View, right-click the checkpoint that you want to modify and select Checkpoint Properties. Alternatively, select the step containing the checkpoint and choose Edit > Step Properties > Checkpoint Properties. The relevant checkpoint dialog box opens.
      2. Modify the properties and click OK. The constant value of property is used to be replaced by expressions to fit in with changing.
回复 支持 反对

使用道具 举报

该用户从未签到

3#
 楼主| 发表于 2007-12-18 11:36:04 | 只看该作者

能否再解释清楚一些?还是不太明白啊...

回复 支持 反对

使用道具 举报

该用户从未签到

4#
发表于 2007-12-18 12:50:42 | 只看该作者
你可以用文本输出检查点,然后参数化下text属性点就ok
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-11-15 01:31 , Processed in 0.076329 second(s), 25 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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