Button

In TBox, a button corresponds to the control type Button.

The following property can be verified in addition to the general properties:

Property

Description

Label

Button name

You can use ActionModes as described below. If you do not enter a property into the TestStepValue, the property from the Default property column is used:

ActionMode

Value

Default property

Description

Input

 

 

Selecting a button

Verify

<value>, <property>

Label

Verifying a value or property

Buffer

<property>-><buffer name>

Label

Writing the property to the specified buffer

Control steering examples

The following examples show how to steer the control type Button.

Clicking on a button

This example shows how to click the Next button.

Selecting a button

Verifying a property

The system verifies whether the button label is Next.

Verifying the property Label

Buffering a property value

The label of the button is written to the buffer Buffer1.

Buffering the label into Buffer1