Date: 02/17/06 (Java Web) Keywords: no keywords JUnit 4.0 finally adopted annotation based test identification, which TestNG has been doing for long, really long time. TestNG support lower versions of JDK, whereas JUnit supports only JDK 1.5. Can anyone tell me why would anyone in his right mind want to use JUnit 4.0 over TestNG? Source: http://blog.taragana.com/index.php/archive/with-testng-why-do-we-need-junit-40/
|