Property Based Testing
Property-based testing (PBT) is a software testing technique that focuses on testing the behavior of a program or function by specifying mathematical properties that should hold for all inputs. This is in contrast to traditional testing techniques, w...
eluchn.hashnode.dev9 min read