Method to count the no of rows in a table
-
Getlinecount
-
count
-
Getrowcount
-
Getcount
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.