| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles |
- In pursuit of code quality: Discover XMLUnit by Andrew Glover - [Clicks: 32]
Java developers are natural problem solvers, so it makes sense that someone has come up with an easier way to validate XML documents. This month, Andrew introduces XMLUnit, a JUnit extension framework that meets all your XML validation needs.
http://www-128.ibm.com/developerworks/java/library/j-cq121906.html - Dec, 2006 - JUnit Reloaded by Ralf Stuckert - [Clicks: 43]
The most popular Java unit testing framework, JUnit has made massive changes for its new version. By aggressively adopting annotations, JUnit 4 has become more powerful and simpler to use. Ralf Stuckert shows you what's different in the new version.
http://today.java.net/pub/a/today/2006/12/07/junit-reloaded.html - Dec, 2006 - Designing JUnit Test Cases by Nada daVeiga - [Clicks: 72]
Functional testing, or integration testing, is concerned with the entire system, not just small pieces (or units) of code. It involves taking features that have been tested independently, combining them into components, and verifying if they work together as expected. For Java, this testing is typically performed using the JUnit framework.
http://jdj.sys-con.com/read/299945.htm - Nov, 2006 - JUnit Testing Using Java ME JUnit Frameworks by Jim White - [Clicks: 16]
Just because Java Micro Edition lacks reflective capabilities doesn't mean Java Micro Edition developers miss out on the advantages of JUnit styled testing. JUnit-styled frameworks and tools can still improve ME application quality.
[Includes sample code]
http://www.devx.com/wireless/Article/32540 - Sep, 2006 - In pursuit of code quality: JUnit 4 vs. TestNG by Andrew Glover - [Clicks: 23]
With its new, annotations-based framework, JUnit 4 has embraced some of the best features of TestNG, but does that mean it's rendered TestNG obsolete? Andrew Glover considers what's unique about each framework and reveals three high-level testing features you'll still find only in TestNG.
http://www.ibm.com/developerworks/java/library/j-cq08296/index.html - Aug, 2006 - Get Acquainted with the New Advanced Features of JUnit 4 by Antonio Goncalves - [Clicks: 35]
Learn how to migrate from JUnit 3.8 to JUnit 4. Discover version 4's new features, including extensive use of annotations, and find out the status on IDE integration.
[Includes source code]
http://www.devx.com/Java/Article/31983 - Jul, 2006 - Testing legacy code by Elliotte Harold - [Clicks: 20]
Test-first programming is the most effective coding practice since object-oriented programming, but it assumes you're starting from a blank screen. What do you do when the code already exists? Using a popular open source Java tool as his example, author Elliotte Rusty Harold shows you how to develop a test suite for legacy code that's never been tested.
http://www-128.ibm.com/developerworks/java/library/j-legacytest.html - Apr, 2006 - Testing Java in an Object-Oriented Way by Soumen Chatterjee - [Clicks: 59]
This article introduces a list of object-oriented testing methodologies to test your Java programs, implementing a few important design patterns, using the JUnit testing framework.
http://today.java.net/pub/a/today/2006/03/28/testing-java-object-oriented.html - Mar, 2006 - In pursuit of code quality: Resolve to get FIT by Andrew Glover - [Clicks: 44]
Whereas JUnit assumes that every aspect of testing is the domain of developers, the Framework for Integrated Tests (FIT) makes testing a collaboration between the business clients who write requirements and the developers who implement them. Does this mean that FIT and JUnit are competitors? Absolutely not! Code quality perfectionist Andrew Glover shows you how to combine the best of FIT and JUnit for better teamwork and effective end-to-end testing.
http://www-128.ibm.com/developerworks/java/library/j-cq02286/index.html - Feb, 2006 - Using JUnit in WebSphere Commerce by Jacob Vandergoot, Ross McKegney, Darshanand Khusial - [Clicks: 116]
In this article, you will learn how to use the automated unit test features in the WebSphere Commerce development environment to create a test project, and then use JUnit to test suites of test cases.
[Includes sample code]
http://www-128.ibm.com/developerworks/websphere/library/techarticles/0601_vandergoot/0601_vandergoot.html - Jan, 2006