ByteBeat Odyssey – Software Tests

This time it’s about tests

Welcome to the compilation of heartbeats from my work, a mosaic of moments, musings and flashes of inspiration on software development topics. Many posts have been published first on various social media channels. Here I will continue loosely these chronicles. Enjoy reading.

Software Tests

Looking to take your tests to the next level? Then check out these tips:

1. small and focused tests
2. test only one specific aspect
3. check positive and negative cases
4. include only the code necessary to pass the tests
5. use code coverage to test all the relevant parts