Testing Siebel eBusiness Applications > Functional Test Object Reference > Common Test Automation Object Methods >

IsExists Method


The IsExists method returns a Boolean value indicating whether or not the specified object exists.

Available from

SiebMenu Object, SiebPageTabs Object, SiebPDQ Object, SiebPicklist Object, SiebThreadbar Object, SiebTree Object, SiebViewApplets Object

Syntax A (SiebMenu Object, SiebViewApplets Object)

IsExists (RepName)

Argument
Description

RepName

A String that indicates the RepositoryName of the object.

Syntax B (SiebPageTabs Object)

IsExists (RepName, [NavType])

Argument
Description

RepName

A String that indicates the RepositoryName of the PageTab or View object.

NavType

A String that indicates the type of navigation object (Screen for a PageTab object, or View for a View object).

Syntax C (SiebPDQ Object, SiebPicklist Object)

IsExists (ItemName)

Argument
Description

ItemName

A String that indicates the visible title of the PDQ or Picklist object.

Syntax D (SiebThreadbar Object)

IsExists (LinkName)

Argument
Description

LinkName

A String that indicates the visible title of the threadbar item.

Syntax E (SiebTree Object)

IsExists (Position)

Argument
Description

Position

A String that indicates the position of the node in the tree. It is in the format
   first-level-position.second-level-position.third-level-position
where each position is in relation to its current context within the preceding level. For example, 1.3.2 represents the second node within the third node of the first root node.

Returns

A Boolean value indicating whether the specified object exists (TRUE) or does not exist (FALSE).

Testing Siebel eBusiness Applications