You are testing a form.
How can you programmatically disable validation during testing?
A.
You cannot programmatically disable validation in a form.
B.
Use the SET_FORM_PROPERTY built-in to set the VALIDATION property.
C.
Use the SET_FORM_PROPERTY built-in to set the VALIDATION_UNIT property.
D.
Use the SET_FORM_PROPERTY built-in to set the DEFER_REQUIRED_ENFORCEMENT property.
E.
Use the CLEAR_FORM, CLEAR_BLOCK, and EXIT_FORM built-ins with the NO_VALIDATE argument.
answer is B. that is:
Use the SET_FORM_PROPERTY built-in to set the VALIDATION property.