testdriven.com Wrangling quality out of chaos

Welcome CI Guys!

12.01.2008 · Posted in News

The awesome chaps who brought us the CITCON conference are offering a full hour of consultation for free @ http://ci-guys.com ! I wouldn’t miss this sale. ...

Testing WCF Service Applications (1 of 4)

11.29.2008 · Posted in Articles

One of the most beautiful things about the WCF framework is the way it was designed to be more testable than ASPX services. When you design your WCF interface, you are mostly just designing an interface with the WCF ServiceContract attributes. The WCF framework uses your interface to determine the actual contract and transport mechanism [...] ...

Method Park America QA Training

11.18.2008 · Posted in Links

Providing training and consulting, including the ISTQB Foundation Level 3 day course accredited by the American Software Testing Qualifications Board. Method Park America Inc. 39555 Orchard Hill Place Novi, MI ...

Tags:

DataConstructor

11.18.2008 · Posted in Links

A tool that facilitates incremental database development by making each change testable and keeping database builds repeatable.link ...

Clover supports Selective Testing!

11.13.2008 · Posted in Advisories

Atlassian calls it Test Optimization. We welcome a commercial offering in this space. More info available at the Clover site. I also updated the Workshop on Build/Test Grids and Selective ...

WAPT

11.13.2008 · Posted in Links

WAPT is a load, stress and performance testing tool for websites and web-based applications. In contrast to "800-pound gorilla" load testing tools, WAPT is designed to minimize the learning curve ...

Higher Adoption for TDD Approach

11.13.2008 · Posted in News

A recent poll examined how organizations perform unit testing. Despite the fact that the number of TDD adopters has grown nicely since the previous similar survey, unit testing is still ...

Verde – Turns Brown Code Green

11.13.2008 · Posted in Java

Pillar has announced the availability of a new Software as a Service offering called Verde. We like the challenge of placing automated characterization tests around ancient legacy code. This old ...

Writing Tests to Catch Memory Leaks in .NET

11.13.2008 · Posted in Articles

Although Microsoft will claim that it is "not possible to have a memory leak in managed code", most seasoned .NET developers will laugh at that statement. It turns out that ...

Wrong About TDD

11.06.2008 · Posted in Blogosphere

Stephen highlights what he missed out on by not adopting TDD earlier and exhorts others to join the mix. http://blog.ontheheap.com/2008/10/30/wrong-about-tdd/ ...

TDD Randori/Coding Dojo’s

11.06.2008 · Posted in Advisories

Small successes in practicing TDD using Coding Dojo’s. Our first try while educational floundered on the problem size and the skill of the moderator. On our second attempt we went ...

My Year With TDD

10.24.2008 · Posted in Articles

It’s been over a year now since I have been developing using TDD (Test Driven Development) as my primary development practice. I wanted to reflect on what it has done ...

A New xUnit Test Pattern

10.11.2008 · Posted in Links

This article describes a xUnit pattern called ‘Own Library Interface’, which enables TDD for classes which seem not testable before. Especially TDD beginners can benefit from this pattern.link ...