-
Notifications
You must be signed in to change notification settings - Fork 2
Table Check Value
timfarr edited this page Jul 21, 2011
·
3 revisions
Checks a table cell equals a given text value for the specified column on the current selected row in an HTML table. This operation differs from Table Check Value Contains in that the supplied text must match the whole value of the table cell, not just a portion of it.
[MADCOW:htmlTableReference].table.currentRow.checkValue = [columnName : columnValue, columnName2 : columnValue2]
searchResultsTable.table.currentRow.checkValue = [country : 'New Zealand']
searchResultsTable.table.currentRow.checkValue = [country : 'New Zealand', province : 'Otago']
searchResultsTable.table.currentRow.checkValue = ['column3' : 'New Zealand']
searchResultsTable.table.currentRow.checkValue = ['firstColumn' : 'Unit A']
searchResultsTable.table.currentRow.checkValue = ['lastColumn' : 'Earth']
- Home
- Setting Up
- Configuration
- Writing Madcow Tests
- Running Madcow Tests
- Data Parameters
- Templates
- Macros
- Disabling A Test
- Spreadsheet Scenario Testing
Madcow Operations
- Madcow Operations
- Madcow Operations - Table
- Madcow Operations - XPath Extras
- List of Madcow Operations
Extending and Customising Madcow
Reference
For Developers