Rule Validation - Gnorion/BizVR GitHub Wiki
Rule Validation
In addition to providing a graphical interface for defining decisions and decision tables, BizVR also has a validation engine that can perform a number of checks on the integrity of the decision model:
- Checking the consistency of the rules (Are the rules free of ambiguity?)
- Checking the completeness of the rules (Is every combination of condition covered?)
- Checking the rules for redundancies (Can we make the rules more concise?)
- Checking the rules for values set and tested
- Checking the rules for constraint violations
- Checking the rules for refactoring opportunities
- Checking the rules for paths from the inputs to the outputs