Document toolboxDocument toolbox

FAQ

How do I…

 Move IF-ENDIF blocks in task within a task
  1. Select IF.
  2. Click on Move up or down to move the entire block.
 Remove IF block in a task
  1. Select IF.
  2. Click on remove step.
  3. User is provided with the following three options:
    1. RemoveBlock: On selecting this option, all steps (including intermediate ELSE IF / ELSE) will be removed from Task.
    2. RemoveCondition: On selecting this option, only conditional structure of block is removed, all steps are retained.
    3. Cancel: Exits the popup or return.
 Remove ELSE-IF or ELSE block in a task
  1. Select ELSE IF or ELSE.
  2. Click on remove step.
  3. User has the following three options:
    1. RemoveBlock: On selecting this option, all steps under ELSE IF / ELSE including the selected ELSE IF or ELSE will be removed from Task.
    2. RemoveCondtion: On selecting this option, only selected ELSE IF or ELSE is removed. Steps are retained and they will execute as a part of upper IF or ELSE IF, whichever is present.
    3. Cancel: Exits the popup or return.
 Remove conditional structure only and retain steps
  1. Select the condition you want to remove (IF/ELSE IF/ELSE).
  2. Select option “RemoveCondition”.
 Move TC steps after tasks/TC steps
  1. Select the TC step you want to move.
  2. Click on Move Down.

If the TC step you want to move follows a task, TC step will be moved after a task. If the TC step you want to move follows a TC step, the step will be moved after that TC step.

 Remove test case level IF block in a Test Case
  1. Select IF.
  2. Click on remove step.
  3. User has the following three options:
    1. RemoveBlock: On selecting this option, all steps (including intermediate ELSE IF / ELSE) will be removed from Task.
    2. RemoveCondition: On selecting this option, only conditional structure of block is removed, all steps are retained.
    3. Cancel: Exits the popup or return.
 Remove test case level ELSE-IF or ELSE block in a Test Case
  1. Select ELSE IF or ELSE.
  2. Click on remove step.
  3. User is provided the following three options:
    1. RemoveBlock: On selecting this option, all steps under ELSE IF / ELSE including the selected ELSE IF or ELSE will be removed from Task.
    2. RemoveCondtion: On selecting this option, only selected ELSE IF or ELSE is removed. Steps are retained and they will execute as a part of upper IF or ELSE IF, whichever is present.
    3. Cancel: Exits the popup or return.
 Import tasks into TestCase level IF blocks
  1. Select the IF or ELSE IF or ELSE where you want to import task.
  2. Click Import task.
  3. Select the task to be imported from task list.
  4. Click OK.
  5. Save the test case.
 Remove tasks from IF block
  1. Select task to remove.
  2. Click on “Detach Task”.
 I have following structure:If- ElseIf – ElseIf - Else - End If. I want to change that o structure if-ElseIf - Else - End If
  1. Select the first Else if block.
  2. Click on “Remove step” on toolbar.
  3. On the informational message pop up, click on RemoveBlock.
 Enter parameterized data for test case level steps

Consider the following flow of a test case:

Data sheet for the above flow: