Java Unit Testing JUnit 3.8
This video provides a short introduction on how to perform unit testing in Java with JUnit 3.8. JUnit is an open source library used to perform unit testing on Java source code. This tools is a standard in unit testing and has been followed by many xUnit tools for other …