Skip navigation.

Archives

Catching Up With icareaboutsoftware.org

I'm currently enjoying a holiday at home.

Living in London, there are good points to this and there are bad points. The good point is that the amenities are pretty much unbeatable. Shops, bars, restaurants, cinemas, bowling alleys, parks, gyms, swimming pools, golf courses. You name it, London's got it in spades.

So I'll want for nothing while I'm enjoying this break.

See You at Disneyland

I'm excited to be giving my first STAR West track presentation this October. My topic is "Fun With Regulated Testing", where I'll be talking about ways to do to better testing in regulated contexts.

I hope to see you there!

Unit testing - meeting the Feathers standard

In a posting about unit testing a few months ago (Real unit tests, and bugs that go THWACK), I talked about Michael Feathers’ rules for unit tests, from page 12 in Working Effectively with Legacy Code. He also has a 2005 blog posting about it (A Set of Unit Testing Rules), where he added one [...]

The Next Advance in Testing

Ward Cunningham says: I suspect there will be a tool at the center of the next advance in testing. The tool will enable the advance, but it won't be the advance. Like with jUnit, the tool will be useful before...

FIT/FitNesse Fixture Gallery 2.0 available

Fixture Gallery is a cookbook for FIT/FitNesse tests. It provides developers with a quick overview of the most important fixture types and concepts for agile acceptance testing using the FIT framework. Each example is accompanied by the source code for Java, .NET and Python FIT implementations, in a form that can be easily copied and used as a template for similar fixtures. Version 2.0 brings Python examples for all fixtures and concepts. FitLibrary fixtures section now has examples for ConstraintFixture, CombinationFixture, CalculateFixture and notes about SetFixture and SubSetFixture.