Hi all,
I would like to know if there exists articles or software
for unit testing of EJBs (with Junit/JunitEE or anything else).
What are "intelligent" or "required" tests to do by EJBs
programmers out of the business logic ?
What are "statistically classical errors" made when using EJBs ?
(For example, in pure Java/C, I would look at null pointer, OutOfBounds Index Array, Overflow, etc ...)
I know that for language like Fortran/C there exists tools
based on static analysis by abstract interpretation that allow to find if an index at a given instruction of a source code can be OutOfBounds in a given context.
Also where could I find code coverage techniques on EJBs ?
thanks
Olivier
Olivier
-
EJB testing (1 messages)
- Posted by: olivier roques
- Posted on: April 02 2003 16:22 EST
Threaded Messages (1)
- Cactus by Web Master on April 03 2003 01:43 EST
-
Cactus[ Go to top ]
- Posted by: Web Master
- Posted on: April 03 2003 01:43 EST
- in response to olivier roques
Have a look at Cactus (www.apache.org), this has good coverage of EJB testing, discussing stuff like mock objects et al. There is also a thread on the go in the Cactus forums about this very subject.
Good luck
Aaron