PropBasedTestingTalk icon indicating copy to clipboard operation
PropBasedTestingTalk copied to clipboard

Property-Based Testing Talk

Code and slides for Property Based Testing talk

Contents:

  • "A_xxx" is the dialog with the Enterprise Developer From Hell
  • "B_xxx" where we build a custom property checker to test the properties of addition
  • "C_xxx" uses FsCheck to test the same properties of addition
  • "D_xxx" has examples of using FsCheck generators
  • "E_xxx" has examples of choosing properties for FizzBuzz and more

The slides are PropBasedTesting.pdf

Useful links