Archive for 'J Unit Testing' Category

Testing EJB’s use openEJB

By admin - Last updated: Monday, June 27, 2011

Testing Ejbs requires a container which gives all the required conditions to deploy and use the deployed bean. OpenEjb is open source frame work which can be used to test all the business methods.

J Unit Testing Basics

By admin - Last updated: Friday, April 15, 2011

J unit testing is very much related to the Java code.