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.


Reply With Quote