Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Numeric, Boolean comparisons, string values and arithmetic operators are allowed.
  2. Environment variables and stored variables if used should be included in curly braces in expression.
  3. User can save the execution status of last executed step as $$_STATUS using StoreVariable keyword, Or directly use $$_STATUS in expression ($$_Status is not case sensitive).
    • Using $$_STATUS directly in expression.

...

Image Added

  • Saving status of step ($$_STATUS) for use in expression.

...

  • Saving execution status for future reference.

...

Image Added

More For more information about $$_Status

  • $$_Status is not case sensitive
  • It gets overridden after each step is executed, hence can store the status of last executed step only.
  • Values of $$_STATUS variable

...

Value

...

Description

...

0

...

Success

...

1

...

Fail

...

2

...

Defect

...

-1

...

Not executed

...

and more such variables, click here

Examples of expressions:
Following are some examples of valid/invalid expressions, assuming var1 and var2 as stored variables.
Note

...