Table

From STIQ

Jump to: navigation, search

storeTable ( tableCellAddress, variableName )

assertTable ( tableCellAddress, pattern )
assertNotTable ( tableCellAddress, pattern )
verifyTable ( tableCellAddress, pattern )
verifyNotTable ( tableCellAddress, pattern )
waitForTable ( tableCellAddress, pattern )
waitForNotTable ( tableCellAddress, pattern )


Arguments:

  • tableCellAddress - a cell address, e.g. "foo.1.4"
  • variableName - the name of a variable in which the result is to be stored.


Returns:

  • The text from the specified cell. The cellAddress syntax tableLocator.row.column, where row and column start at 0.
Personal tools
Noteworthy