Specifications
Transaction Definitions
command inserts a pound sign at the start of each fully selected line, making
the entire line a comment.
Example
In the following transaction definition, text following a pound sign (#) is a
comment (shown in bold in this example). Application Response and BT Studio
ignore these comments when evaluating the rule set.
transaction "UpdateEmpInfo"
module "UpdateEmpInfo"
{
choice
{
sequence # Manually enter employee information
{
event "Event1" Windows SetFocus { Title="Enter Employee Info" }
event "Event2" Windows MenuCommand { Text="Record->Save" }
event "Event3" Windows StatusMessage {Text="Record Saved" }
}
sequence # Import employee information from a file
{
event "Import1" Windows SetFocus { Title="Import Employee Record" }
event "Import2" Windows MenuCommand { Text="Record->Save" }
event "Import3" Windows StatusMessage { Text="Record Imported" }
}
}
}
Transaction Definitions
A transaction definition specifies the sequence of key events that characterize
the transaction to monitor.
Syntax
transaction "transaction- name"
module "module-name"
[
transaction- specific_constraints
]
{
event-specification
event-specification
event-specification
120 BTStudio Administration Guide










