Junit EE – Quick over view
JUNIT EE Observation JUnitEE is free software for unit testing in a J2EE environment and useful for manual testing / manually run test cases inside your application server. JUnit provides the framework for writing your unit tests, and JUnitEE gives you the possibility to run these tests inside your application server. This has…
