example-based testing

example-based testing

🔧 Distributed Systems Reliability

writing specific inputs with expected specific outputs, contrasting with generative property-based testing

Example-based testing confirmed the known edge case was fixed, but missed the new one.