Last Updated: February 25, 2016
·
397
· sfsekaran

Avoid non-deterministic tests.

Don't sample an array for example data in tests. Just don't.

http://martinfowler.com/articles/nonDeterminism.html

I've had intermittent tests bite me so many times I can't even count. Do yourself a favor and avoid this.