Version

xamComboEditor - Testable User Actions and Elements

Topic Overview

Purpose

This topic provides information about the user actions of the xamComboEditor™ control which you can test and the elements you can inspect.

xamComboEditor Testable User Actions

Testable user actions chart

The table below lists the testable user actions of the control and maps them to recordable methods that emulate them.

User action Method

Selecting an item from the combo editor’s drop-down

xamComboEditor Testable Elements

Testable elements summary chart

The following table lists the elements in the control that you can test, the information you can retrieve about them, and the properties and methods that manage the retrieve operations.

Legend:

spy.png – Identification property (Visible in object spy)

checkpoint.png – Checkpoint property (Visible with checkpoints)

script.png – Accessible in script

Tested element Test deliverable Member type Test object member Accessibility

Selected text

The currently selected text

property

selectedtext

spy.png checkpoint.png

The length of the currently selected text in number of characters

property

selectionlength

spy.png checkpoint.png

The starting location of the current text selection

property

selectionstart

spy.png checkpoint.png

The length of the current text in the editor

property

textlength

spy.png checkpoint.png

Selected item

The item that is currently selected from the Items source

property

selecteditem

spy.png checkpoint.png

Selected index

The index of the item that is currently selected from Items source

property

selectedindex

spy.png checkpoint.png

The table below lists other topics you may find useful.

Topic Purpose

This topic provides reference information about the recordable user methods for testing the xamComboEditor™ control.

This topic provides reference information about the inspectable test object properties of the xamComboEditor™ control.

This topic provides reference information about the proxy class that supports the testing of the xamComboEditor™ control in Micro Focus Unified Functional Testing software.