Versions Compared

Key

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

...

  1. Ensure that it is part IF/Else is added after an IF statement.
  2. You can use Numeric, Boolean comparisons, string values, and arithmetic operators.
  3. Environment variables and stored variables should be included in curly braces in expression.
  4. User can save the execution status of last executed step as anyone of the following.
    • Using $$_STATUS directly in expression
    • Saving status of step ({$$_STATUS) for } for use as an expression.
      User can save the execution status of a step in variable. This status can later be used as an expression of IF step.
    • Saving execution status for future reference. You need to use StoreVariable Action and in the second parameter column enter as "{$$_Status}".  For more information about $$_Status and similar variables, refer to Qualitia System Variables

...