I will explain what property-based testing (PBT) is and how it solves these problems. What is property-based testing (PBT)?
For a multi-step form I've defined some input validation functions called validate_step1(), validate_step2() and validate_step3() that are being used as callbacks in a jQuery plugin.<BR><BR>I did a ...