SLIDE 1
Software Testing Lecture 7 Property Based Testing
Justin Pearson 2019
1 / 17
Software Testing Lecture 7 Property Based Testing Justin Pearson - - PowerPoint PPT Presentation
Software Testing Lecture 7 Property Based Testing Justin Pearson 2019 1 / 17 When are there enough unit tests? Lets look at a really simple example. import u n i t t e s t def add ( x , y ) : return x+y class TestAddition ( u n i t t e s t
1 / 17
2 / 17
3 / 17
4 / 17
1https://bitbucket.org/justinkennethpearson/mdd 5 / 17
6 / 17
7 / 17
8 / 17
9 / 17
10 / 17
11 / 17
2Koen Claessen and John Hughes (2000). ”QuickCheck: A Lightweight
12 / 17
13 / 17
14 / 17
3http://proper.softlab.ntua.gr/ 4https://hypothesis.readthedocs.io/en/latest/ 15 / 17
16 / 17
17 / 17