Windows UI API controls

A control is a screen element in your application that you want to test. For example, a text box or a table. This topic lists all Windows UI API controls that Tosca Cloud supports:

Standard controls

Tosca Cloud supports the following standard controls for Windows UI API

Windows UI API-specific controls

In addition to the standard controls listed in this topic, Tosca Cloud also supports the following controls:

ContextMenu

ContextMenus can disappear when the application focus changes. When this happens, Tosca Cloud can't detect the control. In this case, use the standard module TBox Context Menu. You can find the module in the left pane of the test case building area, under Modules.

If you don't have this issue with the ContextMenu in your application, you can simply scan it use the resulting module in your test case.

TreeNode

Tosca Cloud identifies TreeNodes as tree views.

Additionally, you can verify the following properties:

Property

Description

Selected

Verifies whether the entry is selected.

Expanded

Verifies whether the entry is expanded or not.