51Testing软件测试论坛

标题: 校验对象是否存在object.exist [打印本页]

作者: qixiafeng    时间: 2007-3-7 11:38
标题: 校验对象是否存在object.exist
除了用校验点来确认相符的对象是否存在外,也可以用object的exist属性来判断对象的存在与否.
语法:Object.Exist([Timeout])
描述:
Argument
Type
Descrīption
Timeout
Number
Optional. The length of time to search for the object before returning a True or False value.

For more information on the Object Synchronization Timeout, refer to the QuickTest Professional User's Guide.

实例
Dialog("Login").Activate
Dialog("Login").WinEdit("Agent Name:").Set "training"
Dialog("Login").WinEdit("Agent Name:").Type  micTab
if Dialog("Login").WinEdit("Password:").Exist Then
Reporter.ReportEvent  micDone,"存在","控件存在"
Dialog("Login").WinEdit("Password:").SetSecure "429376f06698f739df8bb1c09eab3d78dee316f7"
else
Reporter.ReportEvent  micDone,"不存在","控件不存在"
End If
作者: 红狐    时间: 2007-3-9 16:49
恩,不错,总结的挺好,再接再励!
Fight!!
作者: alanxzg    时间: 2007-5-14 11:06
恩,不错,总结的挺好,再接再励!
作者: milan330330    时间: 2007-5-14 17:07
谢谢 ~~学会了~~呵呵
作者: kheng-ling    时间: 2007-6-13 18:51
谢谢
作者: terrylight    时间: 2007-6-14 10:47
学习收下了




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