We have a Baseline project that houses regression Tests for all applications. New projects clone relevant regression Tests from the Baseline. If a regression test needs to be changed due to development, it needs to be returned to the Baseline project and replace the original. The problem is - since clones are new instances, how do we track which test needs to be replaced? For example: BAS-100 Test is cloned into a project as PROJ-123. During the project, the test is updated due to functional changes in the app. At the end of the project, PROJ-123 will need to replace BAS-100. I create the link to the original when it is originally cloned so on a small scale, I could figure this out quickly and do the replacement manually, but when it's larger scale, I want to just take all the tests in the Regression folder of the project that have changed and clone them back into the Baseline then delete the associated originals. So PROJ-123 will go back into Baseline as a new Test BAS-148 but how do I know that it is replacing BAS-100 without having to go back into PROJ and checking the link for its origin?
Hope that isn't too confusing, thanks in advance!
Rob.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.