↧
Test suite pollution – missing term in test glossary
Test suite pollution is when one or more automated test cases deliberately are allowed to fail in a test suite. This usually leads to the executing test suite to be un-attended since errors are...
View ArticleUsing JUnit @Category and Maven profiles to get stable test suites
Since it happens over and over again, no matter what project I am in. Keeping the test suites green and passing is a … The blind eye The one sneaking little test case that starts failing can prove to...
View ArticleEasy way of counting effective lines of code from the console
When looking for nifty one-liners on the web that counts the number of non-blank or non commented lines in my code I ran in to CLOC. If you have a thing for working in the console, CLOC is a really...
View Article