Automating EJB Unit Testing (O'Reilly)
[Posted February 12, 2003 by cook]
JiRong Hu
writes about performing unit testing on EJBs on O'Reilly.
"
Enterprise Java Beans, or EJBs, cannot be tested on their own as can plain Java classes. There are additional steps to deploy them to an EJB container before they can be tested. This means that our testing process must include the additional process of deployment and re-deployment of EJBs. The deployment must be automated as well."
(
Log in to post comments)