Archives for: March 2009, 30
Automated Integration Testing with HttpUnit and ServletUnit
One frequent hole in Test Driven Development (or any other comprehensive attempt to test) in Java web applications is the presentation layer. Especially when using an MVC pattern to separate the work from the display, the trend is to do that testing more… more »