From: jeff g. <jef...@ch...> - 2003-09-30 13:15:04
|
> From: Gaurav P Malik <gaurav@eb...> > UTC-Struts > 2003-09-17 03:26 > > [...] Recently we have started using Java Struts framework. > Can you please suggest me some reference from where i can > learn to prepare unit test cases for my java action classes > and jsp files. I will like to have a web interface to test > these test cases. (Hope i am not asking too much). Try "StrutsTestCase for JUnit v2.0" http://strutstestcase.sourceforge.net/ (I found it with Google -- a powerful search tool.) |