desktop » assertHierCells(matchBy,column,expected,nestedOnly)
Description
This command is used to assert the cell(s) values of the matched column with given matchBy and column criteria.
Parameters
- matchBy -  is the hierarchical data criteria of the categoryColumnuntil that row. Refer the format in the example.
- column - is the column name for which the cell values are to be returned.
- expected - this parameter is the expected cell value or the expected list of cell values.
- nestedOnly - is the boolean parameter. If set as true, list of all the nested cell values is returned. If set as false, only the cell value of the current row will be returned.