Specifications
Event Actions
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
transaction "LoadPage"
module "LoadPage"
{
event "Event1" Web BeginLoad
{ Level="top" URL=contains:"www.concord.com/cust/techsup.htm" }
event "Event2" Web EndLoad { Level="top" }
}
Web FailedLoad Event Action
The Web FailedLoad event action indicates that Internet Explorer (IE) has
failed when trying to load a document. (You cannot use Web FailedLoad to
monitor Netscape transactions.) Use this event to track different types of IE
Web failures.
This event supports the following parameter:
FailureCode. The failure code returned by the Web browser.
Example: event "404" Web FailedLoad {FailureCode=404}
Note: Some versions of Internet Explorer do not properly report 404 failures
or other types of browser failures.
Example
The following example defines the LoadIntranet transaction, which begins
when the user creates a window, clicks the mouse, or presses a key, resulting
in the loading of the intranet page. If a 404 failure occurs, however, the
transaction fails.
transaction "LoadIntranet"
module "LoadIntranet"
{
choice # create a window, click the mouse, or press a button
{
event "CreateWindow" Windows Create {}
event "MouseClick" Windows MouseClick {}
event "ButtonPress" Windows ButtonPress {}
}
154 BTStudio Administration Guide