Using Xray for test tracking we sometimes include the same Test case in multiple executions. Example a regression test execution for release 4.1 and 4.2 where each release has it's own execution.
However when querying with something like:
Issue in testsettest("xyz") AND testrunstatus in (fail)
It won't necesarily use the results from the latest version. In the testrunstatus collumn in my 4.2 execution it will show a '4.1 - fail' even though the execution itself has an iteration of 4.2.
My question is:
Where is this testrunstatus - version comming from and how do i potentially fix it showing the "wrong" version? :)
Best is to revert yourself to Xray support on this question.
But has the execution of 4.2 finished and is there in this case a previous execution with 4.1 that failed?
You can also check the documentation in test versioning, https://docs.getxray.app/space/XRAYCLOUD/44565571/Test+Case+Versioning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.