51Testing软件测试论坛

标题: 使用 SQAGetPropertyAsString [打印本页]

作者: valenxian    时间: 2004-10-20 00:46
标题: 使用 SQAGetPropertyAsString
我使用 SQAGetPropertyAsString,取最简单的数据都不行,代码见下:
    result=sqagetpropertyasstring("\;window,name=frmMain","windowstate",checkstate)百思不得其解,请执教~!!
作者: guirongb    时间: 2004-11-4 14:06
你首先要确定这个控件有WindowState这个属性阿,这个函数不是单独使用的
作者: pcl2004_27    时间: 2004-11-6 23:38
你用SQAGetPropertyAsString测试的是vb开发的程序,
我觉得修改
sqagetpropertyasstring("\;window,name=frmMain","windowstate",checkstate)

Sub Main
    Dim Result As Integer
    Dim checkstate as Variant
    'Initially Recorded: 2004-11-6  23:31:52
    'Script Name: test
     Window SetContext, "Caption=Form1", ""
     Result = sqagetpropertyasstring("\;Caption=Form1","WindowState",checkstate)
   
    if Result then
      msgBox checkState
   end if   
End Sub




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