-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Continuous testing
mattj256 edited this page Sep 12, 2013
·
3 revisions
Continuous Testing allows for immediate feedback on JUnit test results within an IDE. The tests are run automatically after every change, usually in an intelligent order so that newest tests or most recently failed tests are run first.
This article explains the concepts further:
Infinitest is an open source plugin for Eclipse or IntelliJ IDEA that provides continuous testing functionality: