Rabie1983
2 months agoOccasional Visitor
Zephyr improvement
Improvement 1: Zephyr Tabs Navigation Issue
- Description: When using Zephyr in multiple tabs, navigation becomes inconsistent.
- Steps to reproduce:
- Open Tab 1 → navigate to Test Case 1
- Open Tab 2 → navigate to Test Case 2
- Return to Tab 1 and click to continue navigation
- Observed result: Navigation Tab 1 redirects to the same page as Test case 2, instead of keeping context.
- Possible cause: Might be related to session handling.
- Expected result: Each tab should maintain its own independent navigation state.
Improvement 2: “Go To” Implementation Issue
- Description: The “Go To” feature does not provide sufficient visibility when test cases are reused.
- Example scenario:
- Create Test Case 1 where a payment needs to be created.
- Within Test Case 1, reference Test Case 2 using the “Go To” functionality.
- If you later want to modify Test Case 2, it’s unclear which other test cases depend on it.
- Problem: No visibility of linked/implementing test cases.
- Expected result: Zephyr should display a list of all test cases that use/implement the referenced test case (or provide an equivalent solution for traceability).