Hello,
Is there a way to link a test case to another test case?
For example: Assuming there are some identical userstories under different features, and for those user stories a single test case can provide common coverage.
As there is no way to link a test case to multiple parents, can I create a dummy test case for one of those userstory and link it with the main test case?
In other simple words, is it possible to create a linkage between test cases (similar to creating dependencies between user stories)?
Any leads will be helpful. Thanks.