Testing Siebel Business Applications > Functional Test Object Reference >

SiebCalculator Object


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

Parent

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

Type

The SiebCalculator object is one of the Complex Control Objects.

Events

The SiebCalculator object has the following events.

Event Name
Description

CancelPopup

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

ClickKey (KeyValue)

Clicks a key in the calculator popup applet. KeyValue specifies the key to click. This event is only valid when the calculator popup applet is open.

OpenPopup

Opens the 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 text box. TextValue specifies the text to enter.

Methods

The following method is available from the SiebCalculator object:

For a description of this method, see SiebCalculator Methods.

Properties

The SiebCalculator object has the following properties.

Property Name
Type
Description

ClassName = "SiebCalculator"

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.

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