Submit and vote on feature ideas.

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
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in Jtest
Hi All,

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.
Tagged:

Comments

  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    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.
  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    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.