Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
When Changing status of Latest TestExecution of a Test from a final to non-final status, Xray is showing the non final status of the most recently executed test run but should show the status of the pre-existing final test run
Make sure final over non-final option is checked.
Create a Story story_a
Create test_a and link it to story_a
Create test execution te_a and add test_a
Create test execution ** te_b and add test_a**
Execute te_a to FAIL**
Execute te_b to PASS
Re-execute te_b to EXECUTING
JQL | Expected result | current result |
issuekey = story_a and "Requirement Status" = "NOK" | story_a | none |
issuekey = test_a and testrunstatus = "FAIL" | test_a | none |