[TIP] Using randomic tests

Ben Finney ben+python at benfinney.id.au
Mon Nov 15 16:24:08 PST 2010


Yoni Tsafir <yonix85 at gmail.com> writes:

> I like writing tests that use a lot of random values as input.

I don't have any specific advice, but I can say that you're describing a
sub-set of what is known in testing circles as “fuzz testing”. That term
might lead you to more resources.

-- 
 \       “If consumers even know there's a DRM, what it is, and how it |
  `\     works, we've already failed.” —Peter Lee, Disney corporation, |
_o__)                                                             2005 |
Ben Finney




More information about the testing-in-python mailing list