Comment by 'Guest' on 2006-03-20 04:22:51 TestNG Eclipse [URL=http://testng.org/doc/eclipse.html]http://testng.org/doc/eclipse.html[/URL] TestNG IDEA [URL=http://testng.org/doc/idea.html]http://testng.org/doc/idea.html[/URL] For basic testing both frameworks (JUnit and TestNG) are good enough. but if you want customized testing for web based applications you need to consider things like [URL=http://jakarta.apache.org/cactus/]Cactus[/URL] [URL=http://httpunit.sourceforge.net/]httpunit[/URL] [URL=http://sourceforge.net/projects/strutstestcase/]Struts Test Case[/URL] [URL=http://opensourcetesting.org/unit_java.php]http://opensourcetesting.org/unit_java.php[/URL] has a list of various Java testing tools |
Comment by Not test-driven on 2006-03-20 09:27:15 Despite trying to use these unit test frameworks many times, I never managed to get them useful quickly on J2EE applications and then just dropped the thing and went back to manual testing and using main methods. These frameworks are fine for stand alone java applications but do they really work for major J2EE applications with app servers / DB and what not already making things chaotic enough? |
Comment by 'Guest' on 2006-04-18 10:25:59 I've wrote this one with j2ee in mind, hope it helps :-) http://www.thekirschners.com/software/testare/testare.html regards, Emil. |