We have a project where we have 3 sub projects. Some test cases are need to be executed in all subprojects.
Today for a "single" project we set who to run and status of test case before every start of regression test.
Therefore we need a way to handle those and still keep unique information for each subproject, like who is assigned to run the testcase, and status of the testcase.
I think some kind of link function could be useful?
Anyone that have any ideas?