Ten Articles to Learn More on Test-Driven Development (TDD)

Published May 3rd, 2010 Under Links | Leave a Comment

The software development articles directory has just passed the mark of 2000 articles categorized in its database. Test-Driven Development (TDD) is currently a topic of debate in the software development community, as even the value of unit testing is questioned. Here is my selection of 10 interesting TDD articles that should help you get more knowledge on this topic. I have tried to find items that could apply more specifically to different programming languages. Read more

My 10 + 1 Favorite Unit Testing Articles

Published June 16th, 2009 Under Links | Leave a Comment

This is a (personal) list of articles dealing with unit testing that I like. I have chosen to include material that is longer than the usual (short) blog posting. I encourage readers to give more objectivity to this subjective set by submitting in the comments what they preferred ;o)

Test Flexibly with AspectJ and Mock Objects

Automation for the People: Continuous testing

Exploring The Continuum Of Test Doubles

Unit Testing With C#

End to End, or, Another Run on the Hamster Wheel of Life

In Pursuit of Code Quality: Unit Testing Ajax Applications

Apply Test-Driven Development to your Database Projects

What It Means to Mock: Isolating Units for Testing

Unit testing and Test Driven Development (TDD) for Flex and ActionScript 3.0

Unit testing Web 2.0 applications using the Dojo Objective Harness

A Guide to Testing Rails Applications

Additional unit testing article resources

TestDriven.com – Articles Directory

IBM DeveloperWorks

Quality Assurance Links Directory – Articles Section

Software Development Articles, Unit Testing Section

SQA Zone – Articles Directory

Do We Need Unit Testing?

Published October 28th, 2008 Under Numbers | Leave a Comment

A recent Methods & Tools poll examined how organizations perform unit testing. Is it an informal activity that is done before integration if there is some time left after programming or is it the key element of the development effort? The question was: How is unit testing performed at your location? Read more