In what situation you can see this error?
- You try to move test case from one project to another.
Why it happens?
- there is project 1 (P1) and project 2 (P2)
- five results have been uploaded to P1, then launch was closed - test cases have been created (id= [1,2,3,4,5])
- one of the test cases (for example id=4) has been moved to P2
- test cases with id= [1,2,3,5] are still in P1
- P1 had another launch with the results for the same tests, then launch was closed, and now P1 has 5 test cases again, but their id= [1,2,3,5,6]
- Now from P2 to P1 we decided to return the case with id=4 and the error appears
If test case is moved, thus we will faced the conflict, because in one project can not exist two "identical" automated test cases, as Testops will not be able to determine which of them to save the results after closing the launch. It's related to
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article