Call to Test Feature: Issues with Step Ordering in Test Cases
A main test case exists with one step.
There are two individual and reusable test cases: A and B.
In the main test case, click on "Call to Test" and add Test Case A.
Click on "Call to Test" again and add Test Case B.
Open the execution of the main test case.
The steps should be organized in the following order: first, the step from the main test case, followed by all the steps from Test Case A, and then all the steps from Test Case B.
Currently, Zephyr organizes the steps numerically, which leads to the steps of each test case being intermingled. For instance, the first steps of both test cases appear first, followed by the second steps of both test cases.
Is the current behavior correct?
Is there a way to achieve my expected behavior?