Testing Siebel Business 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 displays an error dialog box. The new timeout value is valid in the current test script until the next SetTimeOut is executed or the application restarts. When the SetTimeOut method is not used or it goes out of scope, the default value of 60 seconds is used.

Testing Siebel Business Applications Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.