Versions Compared

Key

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

A test case execution on a run-time can include or skip execution of a specific step or tasks , if it satisfies certain conditionsas per the specified condition is satisfied.

Key Points

  • You can add If-Else block to a task and test case much like conditional structures used in programming languages, with a limitation that nested IF blocks are not supported.
  • If block has the following structure:
    • IF – ELSE IF –ELSE – ENDIF
    • You can add zero or more occurrences of ELSE-IF and zero or exactly one occurrence of ELSE. Zero or multiple occurrences of IF blocks can be added to a task.

...