Quoting Avi Abrami <[EMAIL PROTECTED]>:
> I'd like to know what testing strategies/procedures people are using
> in their EJB related Java projects. Do people perform unit tests,
> integration tests, system tests, regression tests, stress tests, etc.
> Is anybody using any test tools? I saw two tools mentioned - jfaTesting
> and TestMyBeans.
I don't think you need something that's tailored to EJB testing. I'd think your
usual testing paradigm would work fine for you.
I happen to write my EJB unit tests using a framework called simscomputing.Test
Bed (http://www.simscomputing.com/products/testbed/), which is similar to JUnit
and not unlike jfaTesting. I've used this test framework to write unit tests
against many EJBeans running in WebLogic and Ejipt.
But honestly, your usual testing procedures apply to EJB too. Go forth and
test. :^)
-david
--
David Sims [EMAIL PROTECTED]
Sims Computing, Inc. www.simscomputing.com
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".