Lesson Summary

In this lesson you created support for the ImageLabel control, allowing UFT One to recognize it as a static-text object and use its label property as attached text for adjacent controls.

You then created support for the ImageControl class to improve the flexibility of the toolkit support, and modified the hierarchy of the ImageControls toolkit support set accordingly.

  • You learned how to create a support class for a custom static-text control, using the following identification property support methods:

    • class_attr
    • tag_attr
    • label_attr
    • value_attr
  • You used the Same as base support class option in the Test Object Class Selection screen, and learned about the effects of that selection.

Where Do You Go from Here?

For more information on the identification properties that you used in this lesson, see Common Identification Property Support Methods.

In the next lesson you learn how to create support for a custom control that needs to be mapped to a new test object class. You define special identification properties and test object methods for the new test object class, and implement support for them.

Back to top