hello
i am using Junit for EJB testing which is integrated with struts. do i need to use Cactus framework.is there any other way out..
thanks
sanjay
-
Junit testing in EJB (1 messages)
- Posted by: sanjay parihar
- Posted on: November 16 2001 13:13 EST
Threaded Messages (1)
- Junit testing in EJB by Pratap Das on November 17 2001 01:56 EST
-
Junit testing in EJB[ Go to top ]
- Posted by: Pratap Das
- Posted on: November 17 2001 01:56 EST
- in response to sanjay parihar
Depends on what you want to test.
JUnit is targetted towards low level logic unit testing - say, class & method level.
Cactus is targetted towards integration unit testing.
Check out this link:
http://jakarta.apache.org/cactus/
Section titled: Different kinds of Unit Tests.
So, the first question you may want to ask yourself is "what do I want to test" ...
--Das