Skip to content

Opening book details…

Can I read JUnit Testing for Struts Applications on EtoBox?

JUnit Testing for Struts Applications by skgopal2 is a document available to read on EtoBox.

What is JUnit Testing for Struts Applications about?

This document provides an overview of StrutsTestCases, an extension of JUnit for testing Struts applications. StrutsTestCases includes MockStrutsTestCase, which tests Struts code without deploying to a server, and CactusStrutsTestCase, which allows in-container testing using Cactus. The document demonstrates writing tests to save a book and view the book list using MockStrutsTestCase. Tests are run by extending MockStrutsTestCase, setting up request parameters and forms, executing the action, and verifying

Author
skgopal2
Language
EN