Members
-
<inner> Given table {string} has {int} records
-
Description
Checks if the table has the specified count of total records
Parameters
Name Type Description tableNamestring of the table as displayed in the browser
expectedRowCountint expected count of total records
Examples
Given table "Books" has 200 records -
<inner> Given table {string} has {int} visible records
-
Description
Checks if the table has the specified amount of visible records
Parameters
Name Type Description tableNamestring the name of the target table as displayed in the browser
expectedRowCountint expected count of visible records
Examples
Given table "Books" has 15 visible records