OPI Blog
Learn from experts in their fields

Browsing Tags: HttpUnit

Apr 3, 2009
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, ...