On Sat, 08 Jan 2000, Parikshit Pol wrote:
> Dear All,
>
> Is there any tool for testing EJBs. I had visited Testmebeans.com , but it
>was not available for download.
> I cannot test the beans until they are developed and deployed on an EJB Server. This
>becomes time consuming.
hi,
well, I don't know how you could test your EJBeans without first deploying them
into an EJB container. They need the container to run, after all.
I have a testing tool that I use to test all my EJBeans, both session beans and
entity beans. It's called simscomputing.Test Bed, and it's available at
http://www.simscomputing.com/products/testbed/
It supports unit, black box, white box, and regression testing. It's written
all in Java, has a Swing GUI, and has a command line interface.
It's open source as well -- freely available, and all source code is included.
I use it for all my testing. It certainly doesn't do everything that all the
nice packages do that aren't free, but it's useful nonetheless.
hope that helps,
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".