> 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
~