Mathematical Operations
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to perform mathematical operations for the given input and save the results in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
evaluate
<operand1><operator><operand2>
{Variable}
String
Static values/ Dynamic variables
Supported Operators: +, -, *, /, ^
Note: Complex expressions should be enclosed between ( ).
Find the snippet of the keyword below:
In the above example, after the test case debug, {result} variable contains value “114”.