Testing Siebel Business Applications > Functional Test Object Reference >

SiebText Object


The SiebText object provides methods and properties that allow you to manipulate a text box in a test automation environment.

Parent

The SiebText object is a child of the SiebApplet Object, the SiebCurrency Object, and the SiebList Object.

Type

The SiebText object is one of the Core Control Objects.

Events

The SiebText object has the following events.

Event Name
Description

OpenPopup

Opens the associated popup applet.

ProcessKey (KeyName)

Invokes the specified key inside the control. KeyName is a String that specifies the key to invoke. The only KeyName accepted by the ProcessKey event is Enter.

SetText (TextValue)

Enters text into the text box. TextValue is a String that specifies the text to enter.

Methods

There are no methods available from the SiebText object.

Properties

The SiebText object has the following properties.

Property Name
Type
Description

ClassName = "SiebText"

Const String

See Common Test Automation Object Properties for a description of this property.

IsEnabled

Boolean

See Common Test Automation Object Properties for a description of this property.

IsEncrypted

Boolean

A Boolean value indicating whether or not the text value of the object is masked, such as in a password text box.

IsRequired

Boolean

See Common Test Automation Object Properties for a description of this property.

PopupType

String

Indicates the type of popup associated with the text box (SVPick for a single-value picklist, MVPick for a multiple-value picklist, or Text for no popup).

RepositoryName

String

See Common Test Automation Object Properties for a description of this property.

Text

String

See Common Test Automation Object Properties for a description of this property.

UIName

String

See Common Test Automation Object Properties for a description of this property.

Testing Siebel Business Applications Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.