RationalRobot使用技巧和实用函数集.doc

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
RationalRobot使用技巧和实用函数集.doc

Robot使用技巧和实用函数集合 第一个:(转自网上) ******************************************************************* 功能说明:出现一个提示对话框,N秒后消失,比如说:提示等待一个窗口阿,有时候这个窗口没了,我也不知道脚本运行到什么地方了,提示一下挺好,也方便其他的测试员修改,而且,也不影响无人值守的操作 例子:SQAMsgbox test,title,5 Global iTime as Integer Declare Function TimedDlgFunc(id As String, Action As Integer, SuppValue As Long) As Integer Declare Function SQAMsgBox(sMsgText as String, Optional vMsgCaption as Variant, Optional vTimeOut as Variant) as Integer Function TimedDlgFunc(id As String, Action As Integer, SuppValue As Long) As Integer ? ? Static StartTime ? ? Dim EndTime ? ? Dim vTimeoutValue as Variant ? ? Select Case Action ? ?? ???Case 1? ?? ?Dialog box Initialization ? ?? ?? ?? ?? ? StartTime = Timer ? ?? ?? ?? ?? ? If StartTime + iTime = 86400 Then ? ?? ?? ?? ?? ?? ?? ?? ?StartTime = 86400 - StartTime - iTime ? ?? ?? ?? ?? ? End If ? ?? ?? ?? ?? ? TimedDlgFunc = 1 ? ?? ???Case 2? ?? ?Button pushed or any control changed (except typing in text or combo box) ? ?? ?? ?? ?Select Case SuppValue ? ?? ?? ?? ?? ? Case 1 ? ?? ?? ?? ?? ?? ???DlgEnd -1 ? ?? ?? ?? ?? ? Case 2 ? ?? ?? ?? ?? ?? ???DlgEnd 0 ? ?? ?? ?? ?? ? Case Else ? ?? ?? ?? ?? ?? ???TimedDlgFunc = 0 ? ?? ?? ?? ?End Select ? ?? ???Case 3? ?? ?Change in text or combo box contents ? ?? ?? ?? ?? ? TimedDlgFunc = 1 ? ?? ???Case 4? ?? ?Change of control focus ? ?? ?? ?? ?? ? TimedDlgFunc = 1 ? ?? ???Case 5? ?? ?Idle state (return 0 to prevent this being continually called) ? ?? ?? ?? ?? ? EndTime = Timer ? ?? ?? ?? ?? ? If (EndTime - StartTime) = iTime Then ? ?? ?? ?? ?? ?? ?? ?? ?DlgEnd -1 ? ?? ?? ?? ?? ? End If ? ?? ?? ?? ?? ? vTimeoutValue = Format(iTime - (EndTime - StartTime), #.#) ? ?? ?? ?? ?? ? DlgText DlgControlID(txtTimeValue), CStr(vTimeoutValue) ? ?? ?? ?? ?? ? TimedDlgFunc = 1 ? ? End Select End Function Function SQAMsgBox(sMsgText as String, Optional vMsgCaption as Variant, Optional vTimeOut as Variant) as Integer ? ? Dim Result as Integer ? ? Dim TotalTime As Integer ? ? Dim sCmdT

文档评论(0)

170****0532 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8015033021000003

1亿VIP精品文档

相关文档