Testing Siebel eBusiness Applications > Functional Test Object Reference > SiebApplication Methods >

SetTimeOut Method


The SetTimeOut method specifies the length of time to wait for the application to return from an operation before timing out.

Available from

SiebApplication Object

Syntax

SetTimeOut (TimeOutSeconds)

Argument
Description

TimeOutSeconds

An Integer that indicates the number of seconds to wait before timing out.

Returns

An Integer indicating the previous timeout value (in seconds).

Usage

When the timeout is exceeded, the test tool stops execution of the script and raises an error dialog. The new timeout value is valid in the current test script until the next SetTimeOut is executed or the applicaton restarts. When the SetTimeOut method is not used or it goes out of scope, the default value of 60 seconds is used.

Testing Siebel eBusiness Applications