xxxxxxxxxx
Best Practices of Unit Testing
Write appropriate test names.
Create simple tests.
Craft deterministic tests.
Address a single use-case.
Aim for maximum test coverage.
Design unit tests to be as fast as possible.
Minimize test dependencies.
Adopt test automation.