Relevant Codes (by Anshoo Arora)

A Test Development Resource for HP QuickTest Professional.

QTP Count Objects

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.

{ 27 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.

{ 8 comments }