Recent PostsLinksJul 20, 2015 – Junit Essentials one

Best Practices

  1. Choose carefully for the names of the Tests and Testcases

the name should reveal intent.

  1. Test behavior, not methods

Test from the perspective of User, we choose methods to implement a behavior, but not necessarily a specific method that worth to test.