Search, vote, comment and create ideas for Zephyr Scale improvements. For more info on our review process, see here.
We have test cases where we want to execute different steps depending on the value of a parameter (e.g. value A uses step 1 and value B uses step 2), but all remaining steps should be executed for all variants (e.g. steps 3 to 10 for values A and B). It would be helpful to have a mechanism to disable test steps so that only the necessary steps would be displayed when the test case is executed. Currently we use an "IF/ELSE" text construct as a workaround, which has to be evaluated by the tester.
As a... | Test Engineer |
I would like... | to have the possibility of optional test steps |
So that I... | can reuse test cases with "PARAMETER" for "CALL TO TEST" more easily. |