|
|
|
|
|
by dmos62
1803 days ago
|
|
Unit testing usually isn't easily replaced by manual testing. If you have, for example, 3 units that can be in 2 different modes each, that's 2^3 different combinations, but only 2*3 unit modes. Testing the end result is more work than testing the units. |
|
And, given the external results of the application, it's unclear to me how much additional value would come from a rigorous testing system.