如何捕获和比较网页上的所有对象属性
我正在开发一个基于网络的应用程序。 我想检查页面上所有对象的属性,但不想单独执行它们。
我记得过去的测试工具允许您捕获整个页面并选择您想要跟踪的对象和属性。
QTP 是否允许您捕获整个页面的对象属性?
I'm working on a web-based application. I would like to check properties for all objects on the page, but would rather not have to do them individually.
I remember test-tools past that would allow you could capture the whole page and select which objects and properties you wanted to keep track of.
Does QTP allow you to capture a whole page worth of object properties?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
发现这个:http://relevantcodes.com/qtp- verify-multiple-object-properties-an-elegant-approach/
我希望它能帮助你..
Found this: http://relevantcodes.com/qtp-verify-multiple-object-properties-an-elegant-approach/
I hope it will help you..
如果我正确理解了这个问题,那么您应该执行以下操作:
If I correctly understand the question then you should do the following:
您可以编写一个小脚本来执行此操作。
You can write a small script to do that.