Home
Services
Contacts
Blog

 
  • 2005-05-29

Thursday, June 02, 2005

 
Amazon.com: Books: JUnit Recipes : Practical Methods for Programmer Testing

One of the biggest challenges for developers to overcome is how to manage the dependencies of all of the plumbing code needed in a web application when trying to test a single component in a web application. How can you test a JSP page or servlet when your code may rely on session information or page attributes being present? JUnit Recepies addresses how to practically handle out of container unit testing of various framework components that rely on other dependencies.

# posted by Michael Griffith @ 7:28 AM