TestNG 2.3, the next generation testing framework, has been released. TestNG is a testing framework using annotations to provide a more powerful options to test code in various ways: unit, regression, functional, integration, etc.
TestNG has also joined the OpenSymphony Group (home of WebWork, SiteMesh, OSCache).
New features in v2.3 include:
- the ability to annotate methods for setup and tear down functions beforeSuite, afterSuite, beforeTest, afterTest
- Revamped ant task with haltonfailure and other helpful flags
- Better stack traces and improved level control for verbosity
- Better syntax for including and excluding methods in testng.xml
- Test classes can be invoked on the command line
- ... and many bug fixes.
The documentation has also been considerably improved (highlighted code snippets, ant task and description of all the new features).
Cedric Beust started TestNG out of frustration with JUnit deficiencies. Read an overview of the main features.
-
TestNG 2.3 Released; Joins OpenSymphony Group (2 messages)
- Posted by: Floyd Marinescu
- Posted on: April 14 2005 11:58 EDT
Threaded Messages (2)
- My Congrats by Ruslan Zenin on April 15 2005 03:12 EDT
- My Congrats by Cedric Beust on April 15 2005 13:11 EDT
-
My Congrats[ Go to top ]
- Posted by: Ruslan Zenin
- Posted on: April 15 2005 03:12 EDT
- in response to Floyd Marinescu
My Congrats!
I just noticed in the plugin window (that shows tests execution) when I do right click menu on the existing test... menu items have strange text labels (looks like it is missing recources)
!ExpandAllAction.text!
or
!OpenEditorAction.label.text!
Is it a bug? -
My Congrats[ Go to top ]
- Posted by: Cedric Beust
- Posted on: April 15 2005 13:11 EDT
- in response to Ruslan Zenin
Yes, it looks like we forgot a few messages in the resource catalog. We'll fix them.
Thanks!
--
Cedric