Cactus is a JUnit extension to unit test server-side java code. A server- side java code is some code that is called either by a JSP or by a Servlet. Server-side code is also code that may need to have access to valid HttpServletRequest, HttpServletResponse and HttpSession objects.

Go to the Cactus web site for all documentation and tutorials for installing and running Cactus