SiebTaskAssistant Object

Description

The Task Assistant in a Siebel test automation environment.

Operations

The sections below list the built-in methods and properties that you can use as operations for the SiebTaskAssistant object.

Note: You can also view a list and descriptions of the SiebTaskAssistant description properties, for use in object repository descriptions, programmatic descriptions, checkpoint and output value steps, and as argument values for the GetTOProperty and GetROProperty methods.

Methods

Common Method CaptureBitmapSaves a screen capture of the object as a .png or .bmp image, depending on the specified file extension.
Common Method CheckChecks whether the actual value of an item matches the expected value.
Common Method CheckPropertyChecks whether the specified object property achieves the specified value within the specified timeout.
Common Method ChildObjectsReturns the collection of child objects contained within the object.
Common Method GetAllROProperties

Returns the collection of properties and current values from the object in the application.

Method CloseCloses the task list.
Method DoneClicks the Return To link.
Common Method GetROPropertyReturns the current value of the specified description property from the object in the application.
Common Method GetTOPropertiesReturns the collection of properties and values used to identify the object.
Common Method GetTOPropertyReturns the value of the specified description property from the test object description.
Common Method HighlightHighlights the object in the application.
Method NextClicks the See additional steps link.
Common Method OutputRetrieves the current value of an item and stores it in a specified location.
Common Method RefreshObjectInstructs UFT One to re-identify the object in the application the next time a step refers to this object.
Common Method SetTOPropertySets the value of the specified description property in the test object description.
Method StartClicks the link of the specified task to start a task.
Method StepClicks the specified step.
Method StepViewClicks the View link for the specified step.
Common Method ToStringReturns a string that represents the current test object.
Common Method WaitPropertyWaits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step.

Properties

Property ActiveStepNumCloses the task list.
Property ActiveTaskThe name of the current task.
Property ActiveTaskIdThe Id of the current task.
Property ClassNameThe class of the object.
Common Property ExistChecks whether the object currently exists in the open application.
Property RepositoryNameThe name of the object as it is stored in the repository.
Property StepCountThe number of visible steps.
Property TaskCountThe number of tasks in the current list.
Property UINameThe name of the object as it appears in the user interface.

Back to top

 

Close Method

Description

Closes the task list.

Syntax

object.Close

Return Type

None.

Example

Back to top

 

Done Method

Description

Clicks the Return To link.

Syntax

object.Done

Return Type

None.

Example

Back to top

 

Next Method

Description

Clicks the See additional steps link.

Syntax

object.Next

Return Type

None.

Example

Back to top

 

Start Method

Description

Clicks the link of the specified task to start a task.

Syntax

object.Start (TaskIndex)

Arguments

ParameterDescription
TaskIndex Required. A String value.
The Id of the task to start.

Return Type

None.

Example

Back to top

 

Step Method

Description

Clicks the specified step.

Syntax

object.Step (StepNum)

Arguments

ParameterDescription
StepNum Required. A String value.
The number of the step.

Return Type

None.

Example

Back to top

 

StepView Method

Description

Clicks the View link for the specified step.

Syntax

object.StepView (StepNum)

Arguments

ParameterDescription
StepNum Required. A String value.
The number of the step.

Return Type

None.

Example

Back to top

 

ActiveStepNum Property

Description

Closes the task list.

Syntax

object.ActiveStepNum

Value Type

A long integer value.

Property type

Read-only property

Example

Back to top

 

ActiveTask Property

Description

The name of the current task.

Syntax

object.ActiveTask

Value Type

A String value.

Property type

Read-only property

Example

Back to top

 

ActiveTaskId Property

Description

The Id of the current task.

Syntax

object.ActiveTaskId

Value Type

A String value.

Property type

Read-only property

Example

Back to top

 

ClassName Property

Description

The class of the object.

Syntax

object.ClassName

Value Type

A String value.

Property type

Read-only property

Example

Back to top

 

RepositoryName Property

Description

The name of the object as it is stored in the repository.

Syntax

object.RepositoryName

Value Type

A String value.

Property type

Read-only property

Back to top

 

StepCount Property

Description

The number of visible steps.

Syntax

object.StepCount

Value Type

A long integer value.

Property type

Read-only property

Example

Back to top

 

TaskCount Property

Description

The number of tasks in the current list.

Syntax

object.TaskCount

Value Type

A long integer value.

Property type

Read-only property

Example

Back to top

 

UIName Property

Description

The name of the object as it appears in the user interface.

Syntax

object.UIName

Value Type

A String value.

Property type

Read-only property

Example

Back to top

See also: