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

GetBusyTime Method


The GetBusyTime method returns the time (in milliseconds) it took to execute the previous operation.

Available from

SiebApplication Object

Syntax

GetBusyTime()

Returns

An Integer indicating the number of milliseconds required to execute the previous operation.

Usage

The GetBusyState method is executed asynchronously; that is, it is executed immediately after the previous statement, without waiting for the previous statement to complete. Therefore, an accurate response time is not returned by the GetBusyState method until the previous operation and the GetBusyState method have completed execution. (See also, the description of the GetLastOpTime Method.)

The GetBusyState method is useful for measuring operations performed against standard-interactivity components within high-interactivity applications, such as Dashboard, SearchCenter, and Sitemap navigation.

Testing Siebel Business Applications