QTP Count Objects

QTP: Get Object Count

by Anshoo Arora ON August 10, 2009 · Posted In All, QTP · 27 comments

This article outlines an easy way to retrieve object count when working with QTP. It can be used to include and exclude hidden objects in the page, to retrieve only the visible object count.

Search Web Object – Simplified

by Anshoo Arora ON August 8, 2009 · Posted In All, QTP, QTP/Web · 8 comments

The IsObjectFound class implements the search function for the specified web object and returns true if a visible instance is found. Considers Visible and Hidden Objects.