0
4.8kviews
Minimizing the Test Suite and its Benefits
1 Answer
written 5.2 years ago by |
A test suite can sometimes grow to an extent that it is nearly impossible to execute. In this case, it becomes necessary to minimize the test cases such that they are executed for maximum coverage of the software. The following are the reasons why minimization is important:
When test suites are run repeatedly for every change in the program, it is of enormous advantage to have as small a set of test, cases as possible. Minimizing a test suite has the following benefits:
Thus, it is of great practical advantage to reduce the size of test cases.