TestNG

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Migrating to TestNG by Hani Suleiman   - [Clicks: 37]
    TestNG is a promising new testing framework that addresses many of the shortfalls of JUnit. Hani Suleiman shows readers how they can migrate from JUnit to TestNG in this article.
    http://www.theserverside.com/articles/article.tss?l=MigratingtoTestNG - Aug, 2005
  • Test Framework Comparison by Justin Lee   - [Clicks: 117]
    Justin Lee has written up a comparison between JUnit, JTiger, and TestNG, focusing on the differences between them to illustrate how each might be used.
    http://www.theserverside.com/articles/article.tss?l=TestFrameworkComparison - Jul, 2005
  • TestNG: The next generation of unit testing by Thierry Janaudy   - [Clicks: 52]
    Everyone knows JUnit, the Java unit-testing framework. JUnit has some annoying specificities that make it unsuitable for complex unit testing involving grouping, asynchronous, and parallel testing. This article introduces TestNG, an alternative testing framework targeted at J2SE 5.0.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-04-2005/jw-0404-testng.html - Apr, 2005
  • TestNG: Catch the Testing Fever by Matthew Schmidt   - [Clicks: 42]
    We all know we should be writing unit tests. Unfortunately, not all of us have been successful with JUnit. Matthew Schmidt introduces TestNG by Cedric Beust, a new testing framework that aims to make writing your unit tests easier.
    http://www.javalobby.org/articles/testng/ - Jan, 2005
  • TestNG makes Java unit testing a breeze by Filippo Diotalevi   - [Clicks: 45]
    The JUnit framework is the current the one-stop solution for Java language unit tests. This framework deserves praise for introducing the idea of test-driven development to Java developers and teaching them how to effectively write unit tests. However, JUnit has only marginally evolved during the last few years; thus, writing tests for today's complex environment has become an increasingly difficult task, in which JUnit must be integrated with several other complementary test frameworks. In this article, Filippo Diotalevi introduces TestNG, a new framework for testing Java applications. TestNG isn't just really powerful, innovative, extensible, and flexible; it also illustrates an interesting application of Java Annotations, a great new feature in JDK 5.0.
    [Includes sample code]
    http://www-106.ibm.com/developerworks/java/library/j-testng/ - Jan, 2005

[Top]