I am happy to announce the availability of
TestNG 2.1. Some of the new features include:
- invocationCount and successPercentage, which I
described in a
previous entry, and which allow you to invoke a test method a certain
number of times while allowing some of these invocations to fail. If
the number of failures is under a certain threshold, the test is still
considered a success.
- timeOut is now applicable to all test methods.
Whether you are running your tests in parallel or not, you can specify a
time-out for your test method and if it fails to complete within the given
amount of time, TestNG will mark it as a failure.
- dependsOnMethods was the most requested feature.
You can now specify dependencies on a method-based basis (no need to specify
a group if your dependency graph is simple). You can even mix
dependsOnMethods and dependsOnGroups.
- … and of course, numerous bug fixes and other additions.
A special thanks to Alexandru Popescu who has pulled all-nighters to make
this release happen!
We have an exciting list of new features lined up for our next version, among
which a plug-in API, but in the meantime, enjoy TestNG 2.1,
#1 by Ruslan Zenin on February 10, 2005 - 2:08 am
My congratulations with new release!
I think once it will have Eclipse plugging ready it will be a killer app!
Is there a complete list of changes available? And also you have mentioned new list of upcoming features – is it also available somewhere?
#2 by mike on February 11, 2005 - 8:01 pm
hi
#3 by Cania on March 30, 2005 - 3:36 pm
How can read the property file?