I’ve been thinking about implementing the traceability testing matrix during the testing process for the mobile apps team. Since the current testing process has consisted of E2E testing, regression, pre-prod testing, smoke testing, and sanity testing after a new release, hence I just want to know what kind of bugs appear respectively on each process. With this, I foresee that i can see the pattern/pin-point bugs that were identified, and create testing scenarios to cluster those bugs in certain processes without having to re-test everything in each process.
However, there are several constraints and one of them is that i need a test case that can be used as a global reference in each testing process, but for now, i tend to create a test suite (which requires an overhaul of its structure)