Multiple choice technology testing

Which method is used to get all objects located within a specific parent or only those that match some criteria for programmatic description

  1. Set

  2. Property Object

  3. Count

  4. ChildObjects

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The ChildObjects method in QTP retrieves all child objects within a parent container that match specified description criteria. It returns a collection of objects that can be iterated through programmatically. Property objects are used for defining descriptions, Set assigns object references, and Count returns the number of items.