Olá
Quick overview of the main TestNG 5.0 features:
* The configuration annotations are now called @BeforeTest, @BeforeSuite, etc...
* The reports are now created in their own directory (one per suite) and a main index file shows a list of all the suites that were just run. They have also received a series of improvements in appearance and content.
* It is now possible to specify the suite and test names directly in the @Test annotations, which allows you to do without a testng.xml.
* expectedExceptions has moved inside @Test.
* TestNG shows you friendly stack traces.
Download em: http://testng.org/doc/download.html
[]s
Luca