51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2098|回复: 6
打印 上一主题 下一主题

[原创] 如何建立一个检查点: check a 变量值 和 b 变量值是否相同 ?

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2005-11-22 13:43:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
想知道a 变量值 和 b 变量值是否相同 ,
能否建立一个checkpoint, 如果相同就打勾, 不同就打差?

请帮忙提供一下代码,谢谢。
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2005-11-22 17:03:25 | 只看该作者
我也期待着答案,帮你顶!
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2005-11-22 17:36:58 | 只看该作者
可以用IF 语句来写吗?
如果相同就用REPORTEVENT输出!
回复 支持 反对

使用道具 举报

该用户从未签到

4#
发表于 2005-11-23 14:25:09 | 只看该作者
如果是对检查点进行参数化,
然后再进行判断其中几个值进行相加后的结果是否正确呢?
那该怎么写呢?
回复 支持 反对

使用道具 举报

该用户从未签到

5#
发表于 2005-11-23 14:25:28 | 只看该作者
变量用什么?
回复 支持 反对

使用道具 举报

该用户从未签到

6#
 楼主| 发表于 2005-11-24 10:42:18 | 只看该作者
thank  Qa_bay very much.

I know.  

、、、、、、、、、、、、、、、、、
from help
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷
Description
Reports an event to the test results.

Syntax
Reporter.ReportEvent EventStatus, ReportStepName, Details [, in]

Argument
Type
Description

EventStatus  Number or pre-defined constant  Status of the report step:
0 or micPass: Causes the status of this step to be passed and sends the specified message to the report.
1 or micFail: Causes the status of this step to be failed and sends the specified message to the report. When this step runs, the test or component fails.
2 or micDone: Sends a message to the report without affecting the pass/fail status of the test or component.
3 or micWarning: Sends a warning message to the report, but does not cause the test or component to stop running, and does not affect the pass/fail status of the test or component.  
ReportStepName  String  Name of the intended step in the report (object name).  
Details  String  Description of the report event. The string will be displayed in the step details frame in the report.  
in  N/A  Not in use.  


Example
The following examples use the ReportEvent method to report a failed step.

Reporter.ReportEvent 1, "Custom Step", "The user-defined step failed."

or

Reporter.ReportEvent micFail, "Custom Step", "The user-defined step failed."




--------------------------------------------------------------------------------
Copyright 2004 Mercury Interactive Corporation


Documentation comments or suggestions?
Please send feedback to documentation@mercury.com
回复 支持 反对

使用道具 举报

该用户从未签到

7#
发表于 2005-11-24 12:36:10 | 只看该作者
o ,我知道了,这是帮助里的,谢谢楼上的!
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-11-25 17:57 , Processed in 0.068571 second(s), 28 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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