Specifications

Event Actions
resource Windows { }
resource Connection { }
}
}
transaction "Login"
module "Login"
{
event "Start" Process Start { ExecutableName="SAPGUI" }
event "Login" Windows SetTitle { Title="Enter Username" }
event "Logout" Windows SetTitle { Title="SAP R/3 System" }
event "Stop" Process Stop { ExecutableName="SAPGUI" }
}
Web BeginLoad Event Action
The Web BeginLoad event action indicates that the browser is loading a
document. This event supports the following parameters:
ExecutableName. The name of the Web browser executable
URL. The universal resource locator (URL) of the Web page being loaded
Level. The level of the Web page being loaded, using one of the following
values:
top. indicates a top-level page.
sublink. indicates a sub-link of another page.
Note: For a list of the versions of Internet Explorer and Netscape Navigator
that the AR agent can monitor, refer to the BT Studio readme file, which
resides in the BT Studio installation directory.
Example
The following example shows a parameterized event specification using the
URL parameter. In this case, the use of the choice statement is significant; it
ensures that, if the user specifies multiple URL values, a Browse transaction is
recognized if the browser downloads any one of the specified URLs. The Level
parameter causes the agent to report transactions for top-level Web pages
matching the parameterized URL. As a result, if one of the URLs is accessed as
part of a sub-link on another page, the agent does not report it as a
transaction.
transaction "Browse"
module "Browse"
{
choice
{
event "WindowCreate" Windows Create {}
event "MouseClick" Windows MouseClick {}
152 BTStudio Administration Guide