NonDeterministicTesting

Last edit November 6, 2014
A technique used in coordinating results from parallel processing - DoingStuff.DonaldNoyes.20141106

You will need to
  • determine the distribution of your expected results
  • write a test driver to run the trials and collect the output results
  • write code to test the collected output against the expected distribution

Related:


See


CategoryParallelProcessing