2013-01-29
This post is the second part in the series about my pet project, and this is about automating stuff.
As I already mentioned, I want my personal project to be automated as much as it makes sense. That starts with automatic builds whenever I check in some new code, automated testing starting with unit testing, later integration testing and then, last but not least, automated UI testing and of course code coverage analysis while testing.
Continue reading