Junit testcase for struts application

Hi All,can anyone provide me the Junit sample testcase for struts application.
[92 byte] By [MIT126a] at [2007-11-27 10:05:21]
# 1
No
georgemca at 2007-7-13 0:40:24 > top of Java-index,Java Essentials,New To Java...
# 2

> can anyone provide me the Junit sample testcase for struts application.

The test code for the framework is downloadable with the source:

http://struts.apache.org/download.cgi#struts208

If you want unit tests for your web app, you'll need to write those yourself. Plenty examples can be found with Google:

http://www.google.com/search?q=unit+test+struts

~

yawmarka at 2007-7-13 0:40:24 > top of Java-index,Java Essentials,New To Java...
# 3
can i anyone provide me the junit testcase for field validations ...
MIT126a at 2007-7-13 0:40:24 > top of Java-index,Java Essentials,New To Java...