Multiple choice technology testing

What is method to count number of rows in a WebTable.

  1. Rows

  2. RowCount

  3. GetRows

  4. None of the above.

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

RowCount is the correct property/method to get the number of rows in a QTP WebTable object. 'Rows' is not a valid property, GetRows is an ADO method, and 'None of the above' is incorrect since RowCount exists.