标题: 问题:Cannot identify the object "xxx" (of class Window). [打印本页] 作者: grtbn 时间: 2007-11-21 15:17 标题: 问题:Cannot identify the object "xxx" (of class Window). 我在使用QTP中遇到如标题中那样的问题,问题在于有在登录这个应用程序时,碰到两个窗口,这两个窗口的regexpwndtitle属性值是相同的,但他们的标题是不同的。当执行录制的脚本时,到第二个窗口那是就发生了错误:Cannot identify the object "xxx" (of class Window). Verify that this object's properties match an object currently displayed in your application.
"xxx" 是regexpwndtitle属性值。
其中这个程序时,在第一出现的窗口中选择Organization and project 后就进入了第二个窗口(是应用程序的主窗口)。作者: walker1020 时间: 2007-11-21 22:48
这是个常见的错误。你用Object Spy查看一下运行时对象的属性,然后看一下对象库里面记录的对象的属性, 这之间肯定有些差别,QTP 才会报告Cannot identify the object 这类错误。作者: grtbn 时间: 2007-11-28 10:17
regexpwndtitle属性值是相同的,他们的标题是不同的.