Mathematical Operations

Keyword: EVALUATE

Description: This keyword or action instructs ICE 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 In the above example after the test case debug, {result} variable contains value “114”.

Last updated