Slide 3
Slide 3 text
Definición (I)
Property-based tests make statements about the output of your code based on the
input, and these statements are verified for many different possible inputs.
Rather than writing a test that tests just a single scenario, you write tests that describe
a range of scenarios and then let the computer explore the possibilities for you rather
than having to hand-write every one yourself.