Version

AppStylist Windows Forms

This topic contains known issues related to the Infragistics AppStylist™ for Windows Forms application:

Recording Role Selection using ToolTip Keys

Role selection using the ToolTip keys in the Infragistics AppStylist™ canvas area will not be recorded. To record navigation through different UI Roles, you must use the UI Role tree.

Recording Actions on Drop-Down Lists

When recording actions on the drop-down lists in the UI Role and Resource Editor Panels, the Micro Focus UFT object repository fails to identify the different drop-down lists as separate objects. As a result, the recorded script will throw “Item not found” errors on replay.

To work around this object recognition issue, you must force the object repository to recognize each drop-down list as a separate object as follows:

  1. Start recording. Record an action on the first drop-down list (for example, click the "Layout Mode" drop-down button and select any item).

  2. Stop recording. Open the Micro Focus UFT object repository form. Select the drop-down list object. (By default, the object name is "SwfWindow". Include an "UltraListView" child object).

  3. Select one of the object properties from the list and change its value. Then, close the object repository form and save your test. (Note: It is important that you save your test at this step or else the object repository will keep the information cached).

  4. Record an action on the other drop-down list (for example, the Origin drop-down list).

  5. Stop recording and open the object repository again. Note that the new drop-down list is added as "SwfWindow_2". This is the desired behavior.

  6. You can repeat step 1 through 5 for any number of drop-down lists to add them to the object repository.

  7. When you finish adding all drop-down lists, change the modified property values for all drop-down lists to what they were originally so that UFT can find those objects during the replay session.