JUnit

Using JUnit testing, a unit testing framework, Java programs can be tested. With the advent of Junit, testing-driven development was introduced. It comes under the family of unit testing frameworks which is collectively known as xUnit that originated with SUnit.