Skip navigation.

Archives

A poor man’s testing Head Up Display

James Whittaker has talked and blogged about Testing HUDs. In this post I will show you how to build a simple HUD for testing web applications. And In true Blue Peter stylee you can find all the things you need, for free, a few clicks away on the internet (Samurize, Fiddler).A HUD (Heads Up Display) [...]

A sort of thought about interaction (and perhaps state-based) tests

This here post is about making tests terse by specifying what has happened instead of (as in interaction tests) who did it or (as in state-based test) the different kinds of things-it-has-happened-to.—I have a test that says that the Availability object should use the TupleCache object to get particular values for: all animals, animals that [...]