Go to file
Gregory Gauthier 65d2e46788 refactor(articles): standardize YAML front-matter across published and draft articles
Add consistent front-matter schema to CLAUDE.md and GROK.md, including title, date, topics, related articles, and abstracts. Apply similar front-matter to draft files (agile-stories.md, uses-and-abuses.md) and published articles (Agile-Or-Whatever-You-Call-It.md, Testers-As-Explorers.md, etc.) to improve indexing, searchability, and cross-referencing. Ensure topics use a controlled vocabulary and abstracts capture core theses.
2026-04-07 16:29:10 +01:00
articles refactor(articles): standardize YAML front-matter across published and draft articles 2026-04-07 16:29:10 +01:00
assets refactor(structure): reorganize articles and assets directories 2026-04-07 15:18:51 +01:00
.gitignore chore(gitignore): add ignores for IDE directories and log files 2026-04-07 15:21:45 +01:00
CLAUDE.md refactor(articles): standardize YAML front-matter across published and draft articles 2026-04-07 16:29:10 +01:00
GROK.md refactor(articles): standardize YAML front-matter across published and draft articles 2026-04-07 16:29:10 +01:00
README.md docs: add CLAUDE.md and README.md 2026-04-07 15:28:16 +01:00

Work Blog

A collection of articles on software testing, test engineering, and Agile methodology by Gregory Gauthier.

Published Articles

Article Topic
Testers As Explorers Exploratory testing as chartered expedition, not aimless wandering
Agile, Or Whatever You Call It The case for Agile practices beyond the buzzword
The Various Uses Of Vegetable Condiments In Testing BDD, Gherkin, and the proper use of Cucumber
Five Essential Lessons Key takeaways from Lessons Learned In Software Testing
The Categories Of Testing Categorising tests by the kinds of facts they discover
The Perturbation Theory Of Exploratory Testing Applying perturbation theory concepts to exploratory testing
What Is A Competent Tester? Joel Spolsky on the distinction between testers and failed programmers
The Logic Of Software Testing Formal reasoning methods testers use: modus ponens, modus tollens, induction, and abduction
Perfection And Testing Why testing is about managing risk and confidence, not chasing perfection
Resources For Testers Recommended books, blogs, and learning resources for software testers
What Makes Us Better Whether AI tools like Claude change the kind of craft, not just the speed

Drafts

Structure

articles/
  published/   # Completed articles
  drafts/      # Work in progress
assets/
  clipart/     # Illustrative clipart
  general/     # Screenshots and diagrams
  memes/       # Memes referenced in articles