A day of testing...
Today I wrote several unit tests, and improved our code coverage to the component to 100% (according to Visual Studio). Now, what did I learn from that?
Writing test cases takes time
Improving code coverage is tedious
TDD helps improve code quality and is a good practice
A lot of people will wonder why TDD will be a "good practice"... the arguments are this…



