Testing Siebel Business Applications > Functional Test Object Reference >

SiebCurrency Object


The SiebCurrency object provides methods and properties that allow you to manipulate a currency calculator in a test automation environment.

Parent

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

Type

The SiebCurrency object is a container object that is one of the Complex Control Objects.

Events

The SiebCurrency object has the following events.

Event Name
Description

CancelPopup

Closes the currency calculator popup applet without saving changes (for example, by clicking the Cancel button).

ClosePopup

Saves changes and closes the currency calculator popup applet.

OpenPopup

Opens the currency calculator 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 in the currency calculator popup applet. TextValue specifies the text to enter.

Methods

The following methods are available from the SiebCurrency object:

For a description of these methods, see SiebCurrency Methods.

Properties

The SiebCurrency object has the following properties.

Property Name
Type
Description

Amount

String

A data value representing the value of the Amount field in the popup applet.

ClassName = "SiebCurrency"

Const String

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

CurrencyCode

String

A data value representing the value of the Currency Code field in the popup applet.

ExchangeDate

String

A data value representing the value of the Exchange Date field in the popup applet.

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.

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 © 2006, Oracle. All rights reserved.