TestComplete displays this message if the specified default value for a variable or parameter is not compatible with the variable’s or parameter’s type. To resolve the problem, please specify a compatible value. For instance, if the value type is Boolean, then use either true
or false
. If the type is Integer, then make sure that the specified default value contains only digits and does not contain other symbols. If the type is Double, check whether the decimal separator you used corresponds to the separator specified by the operation system’s Regional Settings.
See Also
Using Variables
Project And Project Suite Variables
Keyword Test Variables
Keyword Test Parameters