Hi
I am trying to sanitize my project by ensuring test executions do not have multiple copies that arise from having a but ticket duplicating the same test.
For instance, if I report that Test-A1 has bugs, after that bug ticket is "resolved", it then comes into the issue list which needs to be tested again. I am assuming there is a way to link the old test (Test-A1) with the new one such that testing (and possibly passing) the new one automatically update the old one's status as well.
Has anyone done this before? Thank you