VerifyMultiSelCol Method (DataGrid)

Class

DataGrid.

Action

Verifies a list of selected data-grid columns in the grid.

Syntax

Datagrid.VerifyMultiSelCol(lsColumnsExpected [, nTimeout])
Variable Description
lsColumnsExpected List of expected columns. LIST OF STRING.
nTimeout Optional: The number of seconds to wait for the expected value to be achieved. NUMBER.

Notes

Use this method if you need to verify the selection of multiple data-grid cells. Verify() does not correctly handle mulitple data-grid cells.

If a timeout is specified with the nTimeout parameter, Silk Test Classic calls VerifyMultiSelCol() until the condition is verified or the timeout is reached. The time between checks is the value of the window retry interval Agent option, OPT_WINDOW_RETRY. If the verification fails, an exception is thrown.