I am writing tools and collecting tools to implement a particular idea: augmented experiential testing (AET). I talk about this in my classes, but I want to say a little about it, here. AET-- which … [Read more...] about Augmented Experiential Testing
Test Coverage
Round Earth Test Strategy
The "test automation pyramid" (for examples, see here, here, and here) is a popular idea, but I see serious problems with it. I suggest in this article an alternative way of thinking that preserves … [Read more...] about Round Earth Test Strategy
Rethinking Equivalence Class Partitioning, Part 1
Wikipedia's article on equivalence class partitioning (ECP) is a great example of the poor thinking and teaching and writing that often passes for wisdom in the testing field. It's narrow and … [Read more...] about Rethinking Equivalence Class Partitioning, Part 1
We. Use. Tools.
Context-Driven testers use tools to help ourselves test better. But, there is no such thing as test automation. Want details? Here's the 10,000 word explanation that Michael Bolton and I have been … [Read more...] about We. Use. Tools.
Reinventing Testing: What is Integration Testing? (part 2)
These thoughts have become better because of these specific commenters on part 1: Jeff Nyman, James Huggett, Sean McErlean, Liza Ivinskaia, Jokin Aspiazu, Maxim Mikhailov, Anita Gujarathi, Mike Talks, … [Read more...] about Reinventing Testing: What is Integration Testing? (part 2)
Behavior-Driven Development vs. Testing
The difference between Behavior-Driven Development and testing: This is a BDD scenario (from Dan North, a man I respect and admire): +Scenario 1: Account is in credit+ Given the account is in … [Read more...] about Behavior-Driven Development vs. Testing
Logging: Exploratory Tester’s Friend
I'm on a new project lately, working with a team at QualiTest. We're testing a class III medical device. This is an exciting project, because for the first time I am aware of, formalized exploratory … [Read more...] about Logging: Exploratory Tester’s Friend
Counterstrings: Self-Describing Test Data
I was at a conference some months ago when Danny Faught showed me a Perl package for manipulating the Windows clipboard. I turned it into a little tool for helping me test text fields. It's called … [Read more...] about Counterstrings: Self-Describing Test Data