background image
<< Full view of the Form branch | To test the properties of a visual (GUI) object >>
<< Full view of the Form branch | To test the properties of a visual (GUI) object >>

Testing an Object's Properties

Testing Oracle Forms Applications
12-10
Testing an Object's Properties
You can use two methods to test the properties of an Oracle object:
¾
Object Properties verification point ­ Use to test properties while recording
or editing a script.
¾
Object Scripting commands ­ Use to test properties programmatically while
editing a script.
Object Properties Verification Point
Use the Object Properties verification point to test any property that you can access
in PL/SQL (the Oracle programming language) for the following objects:
¾
Visual (GUI) objects:
Chart item
Push Button item
Check Box item
Radio Button item
Display item
Radio Group item
Image item
Text item
List item
Oracle VBX Control item
OLE Container item
Window
Oracle Tree (Tree-view)
¾
Nonvisual (non-GUI) objects:
Block
Canvas-view
Form
NOTE: Before you can test an Oracle Forms application, run the Enabler. For
instructions, see Making Oracle Forms Applications Testable on page 12-2.
NOTE: To test the properties of list of values (LOV) and record group objects,
see Object Scripting Commands on page 12-13 and Testing LOVs and Record Groups on
page 12-15.