Tutorial Using The Validation Tool - Gnorion/BizVR GitHub Wiki

Tutorial Using The Validation Tool

  • Now that you have created some rules, the question arises: do they contain any errors?
  • There are a number of things that can be wrong with the rules
  • There could be conflicting rules - i.e. two rules that produce different results when given the same inputs.
  • There could be missing rules - i.e. there may be some combinations of the input values for which your rules do not produce any output.
  • There could be redundancies in your rules - i.e. its possible that one rule may already perform the function of many other rules

You can invoke the validator using this button image The validation results will now appear as tabs at the bottom of the screen (to see the underlying json click the image button on the right.

image

SUMMARY TAB

The summary will look something like this

image

CONSISTENCY TAB

image

COMPLETENESS TAB

image

INPUT/OUTPUT

image

RULES

image

STATISTICS

image

If you want more detail you can open the results.json file which has the full VV analysis Validation JSON file