Parameter is a comma separated list (using CSV rules and not in quotes) of the fixed hard coded values to select from
When this attribute is used with a Top Query in MOX, it will assert the field value matches one of the options; if not, it will throw a run time error. For a soft test, wrap this in a Try/Catch. The use of the [ ] are optional and does not change the behavior.
Value Lists:
Examples:
ValueToTest [!] One, Two, Three
ValueToTest [!] Option One, "Option Two, with a comma", Option Three
ValueToTest ! Option One, "Option Two, with a comma", Option Three
Try
ValueToTest ! One, Two, Three
Catch
HtmlErr "Sorry, ValueToTest must be one of the following: One, Two, Three"
End Try
ValueToTest [!] Checkbox
ValueToTest ! Checkbox