Another Unit Testing convert.
Josh Holmes discusses his recent experiences with unit testing and how he's now a firm believer in automated unit tests:
I'm not spending time repeating myself and typing in the same meaningless test input into the UI over and over. I am using the computer to do that for me. It makes for more repeatable, consistent tests that actually get executed.