Forum Discussion
Julia_K
Alumni
14 years agoHello,
TestComplete treats the table variable's values you modify on the Variable's Default Value page of the Data-Driven Loop wizard as strings, and this behavior is expected. Sorry for the inconvenience.
To treat those variable values as boolean values, you need to convert them, for example, by using the aqConvert.VarToBool method.
To call this method from a keyword test, please use the Call Object or Run Code Snippet operations.
Please let us know if you need anymore assistance.
Thank you.
TestComplete treats the table variable's values you modify on the Variable's Default Value page of the Data-Driven Loop wizard as strings, and this behavior is expected. Sorry for the inconvenience.
To treat those variable values as boolean values, you need to convert them, for example, by using the aqConvert.VarToBool method.
To call this method from a keyword test, please use the Call Object or Run Code Snippet operations.
Please let us know if you need anymore assistance.
Thank you.