Testing Siebel Business Applications > Functional Test Object Reference >

SiebTaskAssistant Object


The SiebTaskAssistant object provides events and properties that allow you to manipulate the task assistant in a test automation environment.

Parent

The SiebTaskAssistant object is a child of the SiebApplication Object.

Type

The SiebTaskAssistant object is one of the Custom Control Objects.

Events

The SiebTaskAssistant object has the following events.

Event Name
Description

Close

Closes the task list.

Done

Clicks the Return To link.

Next

Clicks the See additional steps link.

Start (TaskId)

Clicks the link of the specified task to start a task. TaskId is a String that indicates the id of the task to start.

Step (StepNum)

Clicks the specified step. StepNum is a String that indicates the number of the step.

StepView (StepNum)

Clicks the View link for the specified step. StepNum is a String that indicates the number of the step.

Methods

There are no methods available from the SiebTaskAssistant object.

Properties

The SiebTaskAssistant object has the following properties.

Property Name
Type
Description

ActiveStep

String

Indicates the number of the current step.

ActiveTask

String

Indicates the id of the current task.

ClassName = "SiebTaskAssistant"

Const String

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

RepositoryName = "SiebTaskAssistant"

Const String

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

StepCount

String

Indicates the number of visible steps.

TaskCount

String

Indicates the number of tasks in the current list.

TaskId

String

Indicates the name of the current task.

UIName = "TaskAssistant"

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