This document discusses a technique for minimizing regression test suites by identifying redundant test cases based on multiple coverage criteria. It proposes a novel approach that considers criteria like function coverage, function call stack coverage, line coverage, and branch coverage to identify redundancy in test cases. This technique aims to reduce the size of test suites while maintaining the same level of coverage and fault detection as the original test suite. It also seeks to improve on existing minimization techniques by handling large test suites more efficiently and avoiding reductions in coverage or fault detection abilities.