View Full Version : HttpUnit and Spring Framework
saravanaprasad
Apr 25th, 2005, 09:31 AM
How do i code Test Case for a controller using httpunit. I have to test code for authentication. httpunit defaults to web.xml and the servlet. In case of spring framework, we have the web.xml and the -servlet.xml to access the controller. How do i cross this bridge.
Thanking you in advance.
Bye.
Rod Johnson
May 4th, 2005, 04:31 AM
HttpUnit enables you to make requests to a deployed application, by URL. This means you simply navigate the site represented by the application. Thus it doesn't really matter what web technology the site is implemented with.
I recommend jWebUnit (http://jwebunit.sourceforge.net/), which we used with good results on a recent project using SWF.
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.