Frequently Asked Questions for Conditional Steps
- ravi.chandran (Unlicensed)
Owned by ravi.chandran (Unlicensed)
Sept 01, 2021
2 min read
Loading data...
Remove IF block in a task
- Select IF.
- Click on remove step.
- User is provided with the following three options:
- RemoveBlock: On selecting this option, all steps (including intermediate ELSE IF / ELSE) will be removed from Task.
- RemoveCondition: On selecting this option, only conditional structure of block is removed, all steps are retained.
- Cancel: Exits the popup or return.
Remove ELSE-IF or ELSE block in a task
- Select ELSE IF or ELSE.
- Click on remove step.
- User has the following three options:
- RemoveBlock: On selecting this option, all steps under ELSE IF / ELSE including the selected ELSE IF or ELSE will be removed from Task.
- 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.
- Cancel: Exits the popup or return.
Remove conditional structure only and retain steps
- Select the condition you want to remove (IF/ELSE IF/ELSE).
- Select option “RemoveCondition”.
Move TC steps after tasks/TC steps
- Select the TC step you want to move.
- 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
- Select IF.
- Click on remove step.
- User has the following three options:
- RemoveBlock: On selecting this option, all steps (including intermediate ELSE IF / ELSE) will be removed from Task.
- RemoveCondition: On selecting this option, only conditional structure of block is removed, all steps are retained.
- Cancel: Exits the popup or return.
Remove test case level ELSE-IF or ELSE block in a Test Case
- Select ELSE IF or ELSE.
- Click on remove step.
- User is provided the following three options:
- RemoveBlock: On selecting this option, all steps under ELSE IF / ELSE including the selected ELSE IF or ELSE will be removed from Task.
- 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.
- Cancel: Exits the popup or return.
Import tasks into TestCase level IF blocks
- Select the IF or ELSE IF or ELSE where you want to import task.
- Click Import task.
- Select the task to be imported from task list.
- Click OK.
- Save the test case.
Remove tasks from IF block
- Select task to remove.
- Click on “Detach Task”.
I have following structure:If- ElseIf – ElseIf - Else - End If. I want to change that structure to If-ElseIf - Else - End If.
- Select the first Else if block.
- Click on “Remove step” on toolbar.
- On the informational message pop up, click on RemoveBlock.