Verification of Boolean Custom Fields

I am looking at trying to perform some type of verification of Boolean Custom Fields.  I was wondering what the best approach this is?

Best Answer

  • cromingo
    Answer ✓
    For boolean (or enum) custom fields, you need to verify the intended logic of the field. Define all thinkable scenarios and the expected outcome. Define scenarios inside , outside and exactly at the defined limits of your field. For these logics representative plausibility tests should then be performed. If a calculation is also part of your field, this calculation needs to be verified in addition in the same way as you do for the data type 'real'.

Answers

  • The less specific you are about the task at hand, the more we can't help you... (please provide more detail). :)
  • Operation(Field, value), if true return "Some Response", else "Another Response"