How do I test code when I don't know the right answer?
Metamorphic testing lets you verify code correctness without knowing the exact expected output.
You ship a machine learning model that labels support tickets. Your test suite is green. Every test passed. None of those tests actually check whether the…