Multiple choice technology testing

Method to count the no of rows in a table

  1. Getlinecount

  2. count

  3. Getrowcount

  4. Getcount

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

Getrowcount is the standard method to retrieve the number of rows in a table object in QTP. Getlinecount typically refers to line counting, count is a generic term, and Getcount is not the standard QTP method for row enumeration.