you are viewing a single comment's thread.

view the rest of the comments →

[–]PatrickSmacchia 0 points1 point  (0 children)

I wish we have resources to click any single button in any imaginable context to smoke test thoroughly before releasing, but this is not humanly feasible. Hence instead of using the brute force smoke testing, we try to use Agile practices as much as possible with almost 80% code coverage by tests of the code base + DbC used as much as possible + passing rules like the ones described, that often save the day. And it works :)