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 15:29:10 +00:00
---
title: The Uses and Abuses of Test Automation
date: 2025-04-07
topics: [automation, philosophy, craft]
related:
- what-makes-us-better
- the-logic-of-software-testing
abstract: An Aristotelian examination of whether test automation expands the craft of testing or quietly transforms it into a different kind of craft altogether.
---
2026-04-07 14:12:55 +00:00
# The Uses and Abuses of Test Automation
What Is Test Automation?
What Is It Good For?
What ISN’ T It Good For?
What are some common pitfalls?