Parameterized test cases with branching and individual expected results
Georgios Poursanidis
Currently, Qase allows adding parameters to test cases, but all parameter sets share the same expected result. In practice, different parameter combinations often imply different flows and behaviors of the product under test
We would like to request a feature that allows:
- Branching a test case based on parameter values
- Defining distinct expected results for each parameter set, or for specific steps depending on the parameters
This would:
- Eliminate the need to duplicate similar test cases
- Provide clearer documentation of variations in product behavior
- Better reflect real-world testing scenarios where one test case naturally branches into multiple outcomes
Vladislav Kolebayev
up!