Skip to content

Table verify select field options

timfarr edited this page Aug 2, 2011 · 2 revisions

Table Verify Select Field options

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

Usage

[MADCOW:htmlTableReference].table.currentRow.verifySelectFieldOptions = [columnName : [List of options]]

Examples

searchResultsTable.table.currentRow.verifySelectFieldOptions = [country : ['New Zealand','Australia','Singapore','Indonesia'] ] 
Clone this wiki locally