First page Back Continue Last page Overview Graphics
Unit Test Cases:
-
... are extremely useful for both initial functional verification and regression testing.
-
... are an evangelized “Best Practice”.
-
... take time to write and can be tedious.
-
... may need to be refactored when the original code is refactored.
-
JUnit is a defacto standard for Java.
Notes: