When to not prepare an automated test? Written by Grigory Rechistov in Uncategorized on 19.11.2024. Tags: tests, tdd, limits, Clarifying the definitions When not to test Test is too slow It is already tested elsewhere The test would be as complex as its production code Something is trivial to prove to be correct by just looking at it How many abstraction layers should a test case tie together? About … Continue reading »