Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 C Sharp 开发的应用程序,它在 QTP 中执行,但出现以下错误:
无法识别对象“2”(WinObject 类)。验证此对象的属性是否与您的应用程序中当前显示的对象匹配。
谁能帮我解决它?
如果应用程序是用 C# 开发的,请确保加载了 .NET 插件,那么对象应该是SwfObject而不是WinObject.
SwfObject
WinObject
在任何情况下,使用对象 spy 指向您认为应该与测试中的测试对象匹配的控件,并查看其属性有何不同(您也可以使用对象存储库中的从应用程序按钮更新)。