Catch the Uncatchable Bugs with Property Based Testing
In recent years OOP world started to embrace more and more functional ideas. Immutability, lambdas, functions as first class citizens etc., so I think it's a good time to take a look on another functi …
Talk Title | Catch the Uncatchable Bugs with Property Based Testing |
Speakers | Łukasz Skotarek (Software Engineer, BlockFi) |
Conference | Open Source Summit + ELC Europe |
Conf Tag | |
Location | Lyon, France |
Date | Oct 27-Nov 1, 2019 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
In recent years OOP world started to embrace more and more functional ideas. Immutability, lambdas, functions as first class citizens etc., so I think it’s a good time to take a look on another functional idea: Property based testing. We test on every level, writing a lot of unit, integration, e2e etc tests. It’s repetetive and boring, but very useful. But with all this test coverage - we still get errors. Can we protect ourselves from hard-to-find bugs? Can testing be less time consuming? In this talk I’ll show other way of writing tests that will answer those questions.