StrutsTestCase Simplifies the Development Process
By Sunil Patil2005-04-28
Cactus Pros and Cons
Using Cactus can certainly be an advantage, but it's not without its difficulties. On the plus side, it lets you test your forward JSPs for compile and run-time errors, and lets you test your data access code. On the downside, this approach requires deploying our application in a container, then starting and stopping it for every change, making it a slower approach than the mock approach.
Tutorial Pages:
» Save Time by Using STC's Mock and Cactus Testing Approaches
» Sample Application
» Using the Mock Object Approach
» Advantages and Disadvantages of Mocking
» Cactus Approach
» Cactus Pros and Cons
» Conclusion
» Resources
First published by IBM DeveloperWorks
