...
On the task editor screen, click the click (Add Conditional Block button ( ) to select any of the following conditions:
...
Adding A TC Step and Task Step
...
Storing Execution Status of TC Step
...
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-IF Blocks IFBlocks 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:
- Select TC Step/Task after which you wish to add TC level conditional block.
- Click Add Conditional Block >TC Condition > IF.
- .Select IF step of block, click the TC Step button to add TC step.
- Select recently added TC Step:
- Click Add Condition Block >TC Condition >ELSE IF to add TC level ELSE IF block.
- Click Add Condition Block >TC Condition > ELSE to add ELSE block.
Note: If you want to add an Else-If or Else condition, it must be added after the If condition.
Adding Tasks in Test Case Level ELSE-IF Blocks
...
- Select TC Step/Task after which you want to add TC level conditional block.
- Click Condition >TC Condition > IF.
- Select IF step of block and then click New to add new task or Import to add the existing task to the conditional block.
- To add Tasks to ELSE-IF or ELSE blocks, select the ELSE-IF or ELSE step of the conditional block .Do one of the following to include a task:
- To add a new task, click the New Task button (). To add an existing task, click the Import Task button ()and then click New or Import.
Note: If you want to add an Else-If or Else condition, it must be added after If condition.
Adding ELSE-IF Blocks to Task in TC
...
- 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:
...