Qt – How to capture and compare all object properties on a web page

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?

Related Topic