Unit Testing Legacy ASP.NET Webforms Applications [closed]
I've inherited a legacy web application that has no unit tests in it. I'd like to add some, but am at a loss of where to start. Should I add them to old code? Or just new code going forward? What if that code interacts with legacy code? What would you suggest? First, I would recommend unit testing all changes going forward, I think most everyone would agree this is a good idea for regression. However, for existing code, this is one of those situations where you need to look at how much risk you're willing or allowed to introduce into the product. The problem is that when you start to unit test