Oracle
1Z0-141 · Question #15
You are testing a form. How can you programmatically disable validation during testing?
The correct answer is B. Use the SET_FORM_PROPERTY built-in to set the VALIDATION property. See the full explanation below for the reasoning.
Question
You are testing a form. How can you programmatically disable validation during testing?
Options
- AYou cannot programmatically disable validation in a form.
- BUse the SET_FORM_PROPERTY built-in to set the VALIDATION property.
- CUse the SET_FORM_PROPERTY built-in to set the VALIDATION_UNIT property.
- DUse the SET_FORM_PROPERTY built-in to set the
- EUse the CLEAR_FORM, CLEAR_BLOCK, and EXIT_FORM built-ins with the NO_VALIDATE
How the community answered
(59 responses)- A2% (1)
- B80% (47)
- C10% (6)
- D5% (3)
- E3% (2)
Community Discussion
No community discussion yet for this question.