Tests Are Good. But What Are Good Tests ?
Posted on Mon 25 April 2022 in misc

Tests are an essential part of development. Well tested application have more line of code in tests than in actual code. But not all tests are equals and, unfortunately, some tests are written only for the sake of reaching a code coverage target or making QA happy to see test …
Continue reading