> With a test case, you miss the same things every time
The Factory School in testing thinks that testing can be caught in plans (artefacts) and test cases (algorithms). Testing is a mechanistic process.
This is probably the most popular way to look at testing, and I think it's mostly wrong.
I don't think test cases have zero right to be associated with testing, but better testing is done without test cases.
I also don't think you can plan accurately for testing. I prefer to create a [[Test Strategy]] instead, that evolves over time.
[[Testing Cultures]]