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

GetLastOpId Method


The GetLastOpId method returns the identification number of the previous operation.

Available from

SiebApplication Object

Syntax

GetLastOpId()

Returns

An Integer indicating the identification number of the previous operation.

Usage

This method returns the operation id from the Siebel ARM (Siebel Application Response Measurement) log file. You can use the operation id to examine timing and performance indicators contained in the log, and then map them to the lines of automation script that executed the corresponding operations. This is a manual process in which you must write a GetLastOpId method call into the automation script, and then use the returned operation id to find the corresponding entries in the Siebel ARM log file.

NOTE:  The Siebel ARM feature captures timing data useful for monitoring the performance of the Siebel application. For more information on Siebel ARM, see the Siebel Performance Tuning Guide.

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