QTP 9.5 中的虚拟对象
如何使用虚拟对象管理器中的虚拟对象?我使用的是QTP 9.5版本 我已将所需的对象添加到虚拟对象集合中。以及如何将其添加到对象存储库中?
How to use Virtual Object from Virtual Object manager? I am using QTP version 9.5
I have added required Object into Virtual Object Collections. And how to add it to Object Repository?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与您习惯的微软产品相反,QTP 的帮助功能相当不错。尝试按一下 F1 按钮!
虚拟对象的使用:
打印窗口("我的窗口").VirtualObject("我的虚拟对象").ToString()
In contrary to what you are used to with Microsoft products, the Help function in QTP is rather good. Try to hit the F1 button some time!
Use of Virtual Object:
Print Window("My Window").VirtualObject("My Virtual Object").ToString()