Search Results

4
votes

Best practice for integrating TDD with web application development?

I layer out the application and at least unit test from the presenter/controller (whichever is your preference, mvc/mvp) to the data layer. That way I have good test coverage over most of the code …