
From CAP to GAP? – DEV Community
Humble beginnings Testing a piece of existing code is easy. That is, at least, the common wisdom: you know what the code is supposed to do, you craft inputs to trigger certain, deterministic, behaviors in the code, and assert the output for each is as expected. Like I said – easy. Well, sorta… Even if…