work-blog/articles/published/what-is-a-competent-tester.md
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

20 lines
824 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "What Is A Competent Tester?"
date: 2025-12-04
topics: [craft, philosophy]
related: []
abstract: >
Joel Spolsky on the critical distinction between building a team of
competent testers and collecting a team of failed programmers.
---
Wise words from the early days of the web explosion:
> “*A particularly terrible idea is to offer testing jobs to the programmers who apply for jobs at your company and arent good enough to be programmers. Testers dont have to be programmers, but if you spend long enough acting like a tester is just an incompetent programmer, eventually youre building a team of incompetent programmers, not a team of competent testers…*” [Joel Spolsky](https://www.joelonsoftware.com/2010/01/26/why-testers/ "https://www.joelonsoftware.com/2010/01/26/why-testers/")