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

GetLastOpTime Method


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

Available from

SiebApplication Object

Syntax

GetLastOpTime()

Returns

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

Usage

The GetLastOpTime method is executed synchronously. That is, it is executed after the previous statement has completed execution. (See also, the description of the GetBusyTime Method.)

The GetLastOpTime method is useful for measuring operations such as navigating to a screen, raising a popup applet, and selecting a menu item.

Testing Siebel Business Applications