Unit testing legacy applications
There are a lot of legacy applications out there without unit-tests. It would be very nice to have them, especially when you’re asked to fix a bug there. So, how can you start unit testing legacy applications? Lets start with a simple mantra. Test one unit at a time. These are unit-tests after all. There […]