<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - TestNG: Testing, the Next Generation</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Thu, 20 Jun 2013 06:19:46 -0400</pubDate>


    <item>

        <title>It will be better to combine testNG with junit</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[I am using junit to do unit test. I have try to use testNG, but I give it up. I like the style of junit and I think junit is simple. But junit can not test several methods or classes in order that is why I try testNG. I hope there is tool based on junit...]]></description>
        

        <pubDate>Wed, 20 Apr 2005 02:37:32 -0400</pubDate>

        

        <jf:creationDate>Wed, 20 Apr 2005 02:37:32 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 20 Apr 2005 02:37:32 -0400</jf:modificationDate>
        <jf:date>Apr 20, 2005</jf:date>
        <jf:author>liang yan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Unit test -&amp;gt; functional test -&amp;gt; scalability test -&amp;gt; qos monitor</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[TestNG looks like a natural progression of unit testing frameworks to me. I've seen unit testing become really popular among developers over the past 2 years. (Lots of them reject Agile Programming but instead adopt a test-first attitude.)...]]></description>
        

        <pubDate>Sat, 01 May 2004 18:32:25 -0400</pubDate>

        

        <jf:creationDate>Sat, 01 May 2004 18:32:25 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 01 May 2004 18:32:25 -0400</jf:modificationDate>
        <jf:date>May 1, 2004</jf:date>
        <jf:author>fcohen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Assert.assertNotNull(), etc.</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[I don't think anyone else pointed this out, but if someone did, oops.<br><br>You don't have to lose Assert.assertNull(), etc., if you stop inheriting from a base class. You could use the new Java 1.5 feature, static imports (<a...]]></description>
        

        <pubDate>Thu, 29 Apr 2004 16:26:07 -0400</pubDate>

        

        <jf:creationDate>Thu, 29 Apr 2004 16:26:07 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 29 Apr 2004 16:26:07 -0400</jf:modificationDate>
        <jf:date>Apr 29, 2004</jf:date>
        <jf:author>Moses Hohman</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>TestNG: Testing, the Next Generation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[I was thinking this afternoon and I had an epiphany: You should rename it to <b>StrongTest</b>, with the marketing line being &quot;StrongTest is awesome.&quot;<br><br>See also: <a href="http://www.homestarrunner.com/"...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 20:39:40 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 20:39:40 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 20:39:40 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>Cameron Purdy</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>TestNG: Testing, the Next Generation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[I couldn't imagine one writing tests using this 'Next Generation' thing.<br>I think that Junit is good (very good) for what was suppose to be - a testing framework.<br>I think that writing tests with annotations would be at least hard to read. I am not...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 16:29:01 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 16:29:01 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 16:29:01 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>beton beton</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>TestNG: Testing, the Next Generation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[Hi geoff, your assertion is wrong.<br>From junit javadoc :<br><br>A test runner either expects a static method suite as the entry point to get a test to run or it will extract the suite automatically. <br>public static Test suite()...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 14:10:11 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 14:10:11 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 14:10:11 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>jose romero</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>TestNG: Testing, the Next Generation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[one more new thing on the board - with mostly poor documentation.  i know its free open source blah blah blah... most of junior programmers like me dont care anymore.. too many kits released everyday - just causing confusion. what to use and what not to...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 13:37:45 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 13:37:45 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 13:37:45 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>shawn spencer</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>TestNG: Testing, the Next Generation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[JUnit is poorly designed. One of the most ridiculous annoyances is that (last time I used it) the JUnit test runner had no way to specify the order of tests. yes, I know they are unit tests so order doesn't matter, but sometimes it does! Sun's test tool...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 11:39:49 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 11:39:49 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 11:39:49 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>nextdb</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>TestNG: Testing, the Next Generation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[Good points Corby.<blockquote>There's some great ideas in here, Cedric. Let me throw out some criticisms. There are a couple of things that feel rather sloppy:1) @ExpectedException attttribute. There are two problems with this. First of all, you have a...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 10:44:40 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 10:44:40 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 10:44:40 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>Cedric Beust</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>TestNG: Testing, the Next Generation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[There's some great ideas in here, Cedric. Let me throw out some criticisms. There are a couple of things that feel rather sloppy:<br><br>1) @ExpectedException attttribute. There are two problems with this. First of all, you have a real lack of...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 10:31:25 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 10:31:25 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 10:31:25 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>Corby Page</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>What?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[This is just bad thinking.  People shouldn't innovate?<br><br>Cedric is not trying to complicate things; he's trying to make things simpler.  If you don't think he has done that, then say why.  It seems some people think he's going in an interesting...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 10:21:31 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 10:21:31 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 10:21:31 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>Kevin Lewis</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>TestNG: Testing, the Next Generation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[<blockquote>IMHO, its more difficult to track down a bug caused by the first flawed test case than it is to write a test case using ThrowableAssert, which by design, makes it far harder to write bad unit tests - w.r.t exceptions, of course...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 09:38:44 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 09:38:44 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 09:38:44 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>Ville Oikarinen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>TestNG: Testing, the Next Generation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[If you don't like it, it does not mean it is not good ( I am reffeing to JUnit).<br>This 'Next Generation' thing is only used by ms like companies. I would improve what we have. <br>Junit is a framework used my real programmers.<br>You are just trying to...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 09:35:03 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 09:35:03 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 09:35:03 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>beton beton</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>TestNG: Testing, the Next Generation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[We found that the problem with that structure is that developers can (and do) make mistakes - the classic being the test never fails:<blockquote>&nbsp;&nbsp;try {<br>&nbsp;&nbsp;&nbsp;&nbsp;somethingThatShouldThrow();<br>&nbsp;&nbsp;} catch (MyException...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 09:17:14 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 09:17:14 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 09:17:14 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>James Rowe</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>TestNG: Testing, the Next Generation</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=25568</link>

        

        
            <description><![CDATA[<blockquote>A while back I wrote a small utility class called ThrowableAssert which provides a set of JUnit-style assert methods:&#xA0;&#xA0;ThrowableAssert.assertThrows(ThrowableOperation op, Throwable...]]></description>
        

        <pubDate>Wed, 28 Apr 2004 08:49:19 -0400</pubDate>

        

        <jf:creationDate>Wed, 28 Apr 2004 08:49:19 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 28 Apr 2004 08:49:19 -0400</jf:modificationDate>
        <jf:date>Apr 28, 2004</jf:date>
        <jf:author>Ville Oikarinen</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>



</channel>
</rss>

