Random Testing - Pedro Santos

Published: Dec. 14, 2017, 10:30 a.m.

b'Unit testing can sometimes be tedious to write, hard to maintain, difficult to get good coverage and in some cases its difficult to come up with random (edge cases) unbiased examples. Random testing based on properties can complement unit testing and in some cases even replace them completly. \\nThis talk is a introduction to radom testing, how to define and use properties to test code.'