Property based testing is a testing method often found in functional languages. If used correctly it can achieve a much greater code coverage compared to "conventional testing". Unfortunately this way of testing your functions is not widely known and often shrouded in theory heavy descriptions and jargong. I want to break it down and show you how you can test the properties of your JavaScript functions without loosing you head.
Robin Thrift
Software Engineer at NewStore Inc.
@RobinThrift
Property based testing is a testing method often found in functional languages. If used correctly it can achieve a much greater code coverage compared to "conventional testing". Unfortunately this way of testing your functions is not widely known and often shrouded in theory heavy descriptions and jargong. I want to break it down and show you how you can test the properties of your JavaScript functions without loosing you head.