Dear Forum Members,
These tutorials are very basic and for those who have just heard about JUnits and want to explore the endless possibilities there.
JUnit tests are part of simple framework being used for the implementation of Java testing. You can test particular areas of any Java code explicitly by using simple ways of JUnit. It is extensible process and is used to test any series of java code either as multiple units or singularly. You can also test java code without using JUnit than what is need of testing it with the help of this framework?
You can get complete tutorial and tests on JUnits on ePad ..
Have a look at ..
JUnit Tests