Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.74 KB

File metadata and controls

36 lines (20 loc) · 1.74 KB

JUnit

JUnit is the most used test execution framework.

It collects all the tests, execute and create a report with the results.

It is famous on Java projects but has several implementation on different languages that work quite equal. These implementations are known by XUnit.

Books

Courses

Beginner

Intermediate