Use the Expression Designer dialog box to create or edit expressions that enhance the functionality of a visual test. An expression is a combination of local variables, reserved variables, ActiveData assets, operators, and functions that return a string, number, or object. For more information, see Expression Designer.
[Project Name].[ActiveData Name].Data Type("Column Name")
Data in the selected ActiveData column is used in the expression as textual data (String data type).
Data in the selected ActiveData column is used in the expression as numeric data (Long data type).
Data in the selected ActiveData column is used in the expression as numeric data (Double data type).
Data in the selected ActiveData column is evaluated in the expression as True or False (Boolean data type).
Data in the selected ActiveData column is used in the expression as a 64-bit integer value that can have a value in the range -9223372036854775808 to 9223372036854775807.
Data in the selected ActiveData column is used in the expression as a set of values and orders them sequentially from 1 to n. This data type is used by some user interfaces which require an enumeration as a parameter. For example SAP SendVKey expects an integer enumeration value for the key to be sent. An enumerated type is declared when you want an expression to hold only a limited number of distinct values. You cannot create custom enumerations for usage in visual tests.
An enumeration stores the numeric value in a 64-bit integer in the range -9223372036854775808 to 9223372036854775807. However, the engine only supports 32-bit enumerations, while the UI supports 64-bit enumerations (in future releases, the engine will support 64-bit enumerations).