Sets can be defined for the input, output, and return values of test data tables and for the input and output values of stub data tables. A set is shown in a data table by curly braces ({ }) and by as many comma-separated values as required to define the set.
Set values can be of almost any data type and can also include references to object data types. When strings are used as set values, the strings must be enclosed in double quotes.
To define a set:
The following set has three test values: .
{"USD", "EUR", "YEN"}Related concepts
Test data tables
Sets and ranges