Working with Tables and Grids

Certain applications have a lot to do with tables and Grids. Automating such sites / applications was a challenging task. Bq provides user with the functionality to record a step as table’s object.

Please refer to Advanced Recording in order to know more about recording an element as a table.

List of action keywords available for Grids :

#Action Keywords for Grid
1clickInGrid
2clickInGridRelative
3clickLinkInGrid
4clickLinkInGridRelative
5copyCellValueFromGrid
6copyCellValueInGridRelative
7copyGridRowCount
8copyGridColumnCount
9deSelectCheckboxInGrid
10deSelectCheckboxlValueInGridRelative
11selectCheckboxInGrid
12selectCheckboxInGridRelative
13setValueInEditor
14verifyCellValueInGrid
15verifyCellValueInGridRelative
16verifyLinkExistsInAllGridRelative
17verifyCellValueInAllGrid
18verifyCellValueInAllGridRelative
19verifyGridRowCount
20verifyGridColumnCount


List of action keywords available for Tables :

#Action Keywords for Table
1clickLinkInTableCell
2clickLinkInTableCellRelative
3clickInTableCellRelative
4clickInTableCell
5clickImageInTableCell
6copyTableRowCount
7copyTableColumnCount
8copyCellValueFromTable
9copyCellValueFromTableRelative
10deSelectCheckBoxInTable
11deSelectCheckBoxInTableRelative
12ifCellValueInTable
13ifCellValueInTableRelative
14selectCheckBoxInTable
15selectCheckBoxInTableRelative
16selectRadioButtonInTable
17selectRadioButtonInTableRelative
18setValueInTableCell
19selectByTextInListInTable
20verifyTableRowCount
21verifyTableColumnCount
22verifyTableExists
23verifyCellValueInTable
24verifyCellValueInTableRelative

The action keywords that have Relative word attached to it are mainly to perform an action on a particular element on the grid that has the specified Column name and cell value.