Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Struts
LegacyForum
Posts: 1,664 ✭✭
Comments
-
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.0 -
Hi,
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.0