Action
Verifies the value in the cell.
Syntax
Datagrid.VerifyCellValue(DataGridCell, sExpected [, nTimeout])
Variable
|
Description
|
sExpected
|
The text you expect the cell to contain.
STRING.
|
DataGridCell
|
The DataGridCell whose value you want to verify.
DATAGRIDCELL.
|
nTimeout
|
Optional: The number of seconds to wait for the expected value to be achieved.
NUMBER.
|
Notes
For COLUMNSTYLE components only.
If a timeout is specified with the
nTimeout parameter,
Silk Test Classic calls
VerifyCellValue () 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.