The idea of unit testing has been around for many years. "Test early, test often" is a mantra that concerns unit testing as well. However, in practice, not many software projects have the luxury of ...
How do you know that your software is working the way that it is supposed to? You test it! The real question, though, is "How do you test it?". In the old days, developers used to just manually test ...