Skip navigation.

TestNG 1.0 released

TestNG 1.0 released

Cedric Beust has released the first version of TestNG.

From the release announcement:

"As a quick reminder, TestNG is a testing framework using annotations to provide a more powerful way to test your code in various ways: unit, regression, functional, integration, etc... TestNG allows you to clearly separate your Java code from the way your tests are run. You never need to recompile any of your classes if you decide to run a different set of tests or suites.

TestNG also provides a very flexible configuration mechanism allowing you to specify arbitrary methods to be invoked at particular moments during your test run, such as 'before every test method' or 'after all the test methods have run'."

Visit TestNG's home page.