File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Testing and the fly likes unit testing using cactus Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "unit testing using cactus" Watch "unit testing using cactus" New topic
Author

unit testing using cactus

shastry munnagala
Greenhorn

Joined: Nov 17, 2004
Posts: 1
hi!,
would like to know if some one has done unit testing using cactus.if "yes", any real time examples, of how to do the testing.
if "no", what is the next best alternative, and how, to justify.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

Moving to the Testing forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
I would try to use plain JUnit as much as possible, and only use Cactus where I didn't find a way around it.


The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: unit testing using cactus
 
Similar Threads
Testing material
Dojo and Junit
how dependency injection easy unit testing
Good JUnit Tutorial?
hibernate unit testing