Custom Class Support Planning Checklist

This is the custom class support planning checklist, completed in the tutorial prior to developing support for the ImageButton control.

Custom Class Support Planning Checklist

Does the custom class have a superclass for which UFT One custom support is not yet available?     
No

If so, should I first extend support for a control higher in the hierarchy?     
N/A

Do I have an application that runs the custom control on a computer with UFT One installed?     
Yes

The sources for this custom control class are located in:
an Eclipse project called ImageControls

Which existing Java test object matches the custom control?      
JavaButton

If none, create a new Java test object class named:     N/A

  • New test object class extends: (Default—JavaObject)

  • Icon file location (optional):

  • Identification property for description:

  • Default test object method:

Is the custom control a top-level object?     
No

Is the custom control a wrapper?      
No

Specify the basis for naming the test object:     
its image file name

List the identification properties to support, and mark default checkpoint properties:

nothing special

List the test object methods to support (include arguments and return values if required):

Click(button)

Provide support for recording? (AWT-based only)      
Yes

If so, list the events that should trigger recording:

ActionEvents