Developer Testing and /Owens01 Sep 2006 09:57 am
Annotations have given JUnit 4 a whole new look, but is it flexible enough to compete with TestNG?
Andrew Glover recently published his eighth article, “JUnit 4 vs. TestNG,” in the IBM developerWorks’ series “In Pursuit of Code Quality.” This month he compares JUnit 4 with the features of TestNG, considers what’s unique about each framework and reveals three high-level testing features you’ll only find in TestNG.

September 5th, 2006 at 2:58 pm
These “high-level” features only found in TestNG are actually due to misconceptions of the fundamental way JUnit works. Further, these “features”, such as static variables are actually in other frameworks, for example NUnit, which they now consider the wrong way of doing things:
http://blogs.msdn.com/jamesnewkirk/archive/2004/12/04/275172.aspx