Testing Siebel Business Applications > Functional Test Object Reference >

SiebPicklist Object


The SiebPicklist object provides methods and properties that allow you to manipulate a picklist in a test automation environment.

Parent

The SiebPicklist object is a child of the SiebApplet Object and the SiebList Object.

Type

The SiebPicklist object is a multivalue object that is one of the Core Control Objects.

Events

The SiebPicklist object has the following events.

Event Name
Description

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".

Select (ItemName)

Selects an item from the picklist. ItemName is a String that specifies the visible text of the picklist item.

SetText (TextValue)

Enters text in the picklist control (for example, when composing a query). TextValue is a String that specifies the text to enter. The SetText event fails on picklists that are used as applet toggle controls.

Methods

The following methods are available from the SiebPicklist object:

For a description of these methods, see SiebPicklist Methods.

Properties

The SiebPicklist object has the following properties.

Property Name
Type
Description

ActiveItem

String

Indicates the visible title of the currently selected Picklist item.

ClassName = "SiebPickList"

Const String

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

Count

Integer

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.

IsOpen

Boolean

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

IsRequired

Boolean

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

RepositoryName

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 © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.