Overview¶
Oracle Forms applications are actually Java applets plus some additional functionality from Oracle.
Unfortunately, Oracle Forms applications have an invisible object that overlays the complete UI and which Squish records all mouse clicks on.
To workaround this it should work to hide this invisible object in the test script - before starting to record. This means that one should use snippet recording at a breakpoint.
Getting Started with Recording and Picking¶
Step 1 - Record a test script that only performs one click in the Oracle Forms application. For example:
Step 2 - Change the script code:
Step 3 - Execute to to the breakpoint.
Step 4 - Start recording (Run
> Record Snippet
) or
Picking and inspecting objects
.