Visual tests can receive data from a script or another visual test as an input parameter and can pass data to another visual test as an output parameter. Parameters are defined in the <<Start>> step of a visual test, edited in the Properties window, and are available to the visual test during playback. Once parameters are created, they are available to the visual test in which they are created.
The parameter's value is either True or False.
The parameter's value is a double-precision floating-point number, and is stored as a 64-bit number in the range -1.7E308 to +1.7E-307.
The parameter's value is a number ranging from -2,147,483,648 to 2,147,483,647. Periods (for a fractional/decimal value) cannot be used.
A 64-bit integer value that can have a value in the range -9223372036854775808 to 9223372036854775807.
The parameter's value is a text string. Text type values can contain letters, numbers, spaces, and punctuation.
This parameter groups together a set of values and orders them sequentially from 1 to n. Use this parameter type with properties or parameters that expect an enumeration data type.
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).