Property Based Testing
16/6/2023
Property-based testing is an approach to software testing that asserts that your software meets a specific set of properties across various inputs. Property-based testing aims to verify the validity of your software for a wide range of inputs and emphasizes the examination of broader properties & behaviours, making sure that they consistently apply, regardless of changes in the input.