What is the point of automated tests? Obviously, code can be tested faster and easier if tests can be executed automatically. But you also save development time and the code has a better structure. MSTest, NUnit or xUnit as a framework? Test-driven development or just test first development? Unit tests or integration tests? 100% code coverage or 90%? These are all secondary questions. The important thing is to start with automated tests as soon as possible. It’s worth the effort.