Multiple choice technology testing

The method used to get the count value of list box or combo box os

  1. GetItemsCount

  2. GetCount

  3. GetItemCount

  4. none of the above

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

GetItemsCount() is the standard QTP method for retrieving the number of items in a list box or combo box. GetCount and GetItemCount are not valid QTP methods.