-
Notifications
You must be signed in to change notification settings - Fork 2
Table verify select field options
timfarr edited this page Aug 2, 2011
·
2 revisions
Allows the user to check the options available in a select field for a given table row. If the list of options in the mapped select field is not identical to those specified in the test script, then the test will fail. This differs from Table Verify Select Field Contains in that every option in the select must be specified in the test
[MADCOW:htmlTableReference].table.currentRow.verifySelectFieldOptions = [columnName : [List of options]]
searchResultsTable.table.currentRow.verifySelectFieldOptions = [country : ['New Zealand','Australia','Singapore','Indonesia'] ]
- 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