Versions Compared

Key

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

...

Info
titleImportant Note

In case you have any special characters into the variable value, Qualitia automatically handles them while using it as a conditional expression data.

For example, if you are using StoreVariable action to store some value and that value contains JavaScript special characters. Later, if you use that variable in the conditional expression, you no need to handle special characters from the value. Qualitia automatically handles them while using it as conditional expression data.

Limitations

  • Nested IF blocks are not allowed
  • Task level IF, ELSE IF or ELSE blocks can be moved up or down within the task whereas test case level IF, ELSE IF or ELSE blocks cannot be moved up or down.
  • $$_Status can be used only for step's execution status. There is no provision to store or refer Task's execution status.
  • A test case level step cannot be moved to task, or multiple test case level steps cannot be moved to new or existing tasks.

Frequently Asked Questions for Conditional Steps

...