...
On the Test Cases screen you can add conditional blocks to task and Test Case. The Test Case level ELSE-IF blocks can contain tasks and the contained tasks in turn can have task level ELSE-IF blocks.
Adding the ELSE-IFBlocks IF Blocks to Test Case
You can add the TC or Task condition using the ELSE-IF button from the Test cases screen.
To add TC or Task Condition:
...
- Create a new test case and add required tasks to it.
- Select the step after which the conditional block needs to be added, or the task row to which the block needs to be added.
- Click the Add Conditional Block button > Task Condition > IF.
- Once If block is added to task, ELSE IF or ELSE blocks can be added by selecting proper task step and using the ELSE-IF button.
- For adding expression, double-click IF or ELSE IF.
- Use the syntax of expression is as described earlier.
Execution flow of conditional (ELSE-IF) blocks will be as follows:
...