The need for unit tests

They allow greater test coverage than functional tests. u
 Tey enable teamwork.
 They prevent regression and limit the need for debugging.
 They give us the courage to refactor.
 They improve the implementation design.
 They serve as the developer’s documentation.
 They’re fun!

你可能感兴趣的:(unit test)