How can I use JUnit to ensure that my servlets/JSP are producing valid HTML?
Java:API:Servlets, Java:API:JSP:Debugging, Tools, Tools:Debugging, Programming:Concepts:Parsing, Tools:Testing:JUnit, Languages:Markup:XML:DOM Tom Copeland, Jul 25, 2000 There’s the traditional, brute force way – write a JUnit test case that opens a HttpURLConnection to your servlet, reads the content, and does various…