Monday, April 4, 2005

Annotation-based testing framework

Everyone knows JUnit, the Java unit-testing framework. JUnit has some annoying specificities that make it unsuitable for complex unit testing involving grouping, asynchronous, and parallel testing. This article introduces TestNG, an alternative testing framework targeted at J2SE 5.0.

rating comment: Solid article, very straight forward using a practical approach.

No comments: