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.
22 lines
492 B
Markdown
22 lines
492 B
Markdown
---
|
||
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.
|
||
---
|
||
|
||
# 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?
|
||
|
||
|