| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles Tutorials |
- Automating the build and test process by Erik Hatcher - [Clicks: 77]
In this article, we'll take a hands-on approach to the automated build and test process. Working with Ant 1.3 and the JUnit test framework, I'll show you how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.
http://www.ibm.com/developerworks/java/library/j-junitmail/ - Aug, 2001
- Unit Testing Java Programs by Keld H. Hansen - [Clicks: 183]
Testing programs can be very boring. Especially testing other people's programs. And especially if you're a programmer. But programmers love to write programs, so why not let the programmers write some programs that'll do the testing for them? This is the idea behind automated testing, and this is what this article is about.
http://javaboutique.internet.com/tutorials/UnitTesting/ - Sep, 2001