UFT error: Cannot identify the object
UFT error: Cannot identify the object
我正在使用 Unified Functional Testing v12.02(或 QTP)。
有时 运行 宁脚本我得到以下错误,有时我没有。
Cannot identify the object "..." (of class ...) Verify that this
object's properties match an object currently displayed in your
application.
Tip: If the objects in your application have changed, the Maintenance
Run Mode can help you identify and update your steps and/or the
objects in your repository.
我用 Spy 工具检查了 OR 和对象本身,它们具有相同的属性。
有时我在其他对象中会遇到同样的错误,但如果我再次 运行 脚本它运行良好。
谁能解释一下可能是什么问题?
我有点困惑,为什么我有时会收到这些错误,有时却没有。
我正在测试一个简单的网络应用程序(用于培训目的)
我还使用了以下加载项:Web、Web-SAPUI5、Visual Basic
大多数对象不会处于就绪状态。使用
检查对象的状态
Webedit(googlesearch).object.readyState="complete"
Webedit(googlesearch).object.Load
Webedit(googlesearch).object.Disabled=False
我正在使用 Unified Functional Testing v12.02(或 QTP)。
有时 运行 宁脚本我得到以下错误,有时我没有。
Cannot identify the object "..." (of class ...) Verify that this object's properties match an object currently displayed in your application.
Tip: If the objects in your application have changed, the Maintenance Run Mode can help you identify and update your steps and/or the objects in your repository.
我用 Spy 工具检查了 OR 和对象本身,它们具有相同的属性。
有时我在其他对象中会遇到同样的错误,但如果我再次 运行 脚本它运行良好。
谁能解释一下可能是什么问题? 我有点困惑,为什么我有时会收到这些错误,有时却没有。
我正在测试一个简单的网络应用程序(用于培训目的)
我还使用了以下加载项:Web、Web-SAPUI5、Visual Basic
大多数对象不会处于就绪状态。使用
检查对象的状态Webedit(googlesearch).object.readyState="complete"
Webedit(googlesearch).object.Load
Webedit(googlesearch).object.Disabled=False