sky_c 发表于 2009-4-22 11:14:03

问个回放结果的问题

回放结束后   经常在TEST LOG 下看到playback warning 字样想问下playback warning 是在什么情况下产生的。 要怎么改才能使他PASS。

村上舞!舞!舞 发表于 2009-4-23 15:20:29

参考一下这段代码
Window SetTestContext, "Caption=计算器", ""
    Result = EditBoxVP (CompareNumeric, "ObjectIndex=1", "VP=Alphanumeric;Value=96")
    Window ResetTestContext, "", ""
    if Result=0 then
      sqalogmessage sqaWarning,"计算机验证失败",""
    end if
    msgbox Result
注意其中的sqalogmessage
页: [1]
查看完整版本: 问个回放结果的问题