This lecture discusses the 'let it crash' the philosophy, the famous moto of the BEAM ecosystem, in the context of software testing. An introduction and hands-on demo of property-based testing (PBT) is then offered, as a method to automate and improve testing processes, contrasting it with traditional example-based testing. While PBT does not replace unit tests and requires a solid understanding of business logic and programming skills, it constitutes a very powerful tool that can improve confidence in the behavior of the SUT to unprecedented levels.