please can any one let me know how to test Struts in Jtest, also i wanted to know is there any builtin rules in jtest for testing Struts. I am using Jtest6.0 version.
Jtest performs testing on struts as it does for any other java classes. Since Jtest uses stubs for any external references, server side or in container testing is not performed.
At this time there are no built in rules for testing struts.
Please let us know if you need more information on Jtest and Struts.
You can create StrutsTestCases (http://strutstestcase.sourceforge.net). Since these are JUnit tests they can be run with JTest. The additional benefit is that you also test the struts-config.xml. It also supports multiple struts config files depending upon your needs.
Comments
At this time there are no built in rules for testing struts.
Please let us know if you need more information on Jtest and Struts.
You can create StrutsTestCases (http://strutstestcase.sourceforge.net). Since these are JUnit tests they can be run with JTest. The additional benefit is that you also test the struts-config.xml. It also supports multiple struts config files depending upon your needs.
hth.