Well, we use Junit for testing our business logic (you do have your business logic 
split out into seperate objects right?), HttpUnit for functional testing and JUnitPerf 
for performance/load testing. We use all of these right now and are very happy with 
them. (ok, the DOM stuff in HttpUnit sucks, but we wrote our own tag content utilities 
and forgot about converting HTML to a DOM model.)

I'm actually just in the process of trying out StrutsTestCase 
(http://strutstestcase.sourceforge.net) for testing our actions. I got the examples to 
work, but I haven't gotten any further than that yet. Is this the tool that you were 
asking about?

Simon

-----------------------------------------------------------------
Simon P. Chappell                     [EMAIL PROTECTED]
Java Programming Specialist                      www.landsend.com
Lands' End, Inc.                                   (608) 935-4526

"Wisdom is not the prerogative of the academics." - Peter Chappell

>-----Original Message-----
>From: Vinicius Carvalho [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, January 21, 2004 1:17 PM
>To: [EMAIL PROTECTED]
>Subject: Unit Test in struts
>
>
>       Hi there! I've heard about a tool (like JUnit) but 
>especific to be used 
>with struts, where I can test my actions, forms and jsp pages, 
>problem is 
>... I cant rememeber the name, does anyone knows about it?
>
>thnx
>
>Vinicius
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to