You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Martin Ying <ma...@yahoo.com> on 2005/10/04 02:31:17 UTC

EJB Persistance Testing

Newly test infected, however don't see how to create
CMP and BMP test.  My lack of testing experience is
raising questions like what should I be testing, how
do I design good test for EJB persistence.  It's
either in the DB or not, what's there to test?  Are
there good article and/or books that go into detail
about designing test cases specifically for EJB
persistence layer testing?  Thanks!


		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

Re: EJB Persistance Testing

Posted by bala chandar <ba...@gmail.com>.
hi martin,
 You can go for MockEJB to test CMP.
 It is purely outcontainer testing. You can use Junit with MockEJB to check
the assertions.
 U can check it on www.mockejb.org <http://www.mockejb.org>
 Regards
bala

 On 10/4/05, Martin Ying <ma...@yahoo.com> wrote:
>
> Newly test infected, however don't see how to create
> CMP and BMP test. My lack of testing experience is
> raising questions like what should I be testing, how
> do I design good test for EJB persistence. It's
> either in the DB or not, what's there to test? Are
> there good article and/or books that go into detail
> about designing test cases specifically for EJB
> persistence layer testing? Thanks!
>
>
>
> __________________________________
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-user-help@jakarta.apache.org
>
>