Specifications
Event Actions
event "Start5" Web EndLoad { ExecutableName="IEXPLORE" }
}
Windows StatusMessage Event Action
The Windows StatusMessage event action indicates that the application
displayed a status message. StatusMessage events support the following
parameters.
(BT Studio displays these values in the events pane.)
ExecutableName. The name of the process
Class. The class of the affected window
Title. The title of the affected window
ObjectID. Application- wide unique identifier of the affected window
Text. The status message displayed by the application
Example
transaction "ChangePO"
module "ChangePO"
{
event "Event1" Windows SetFocus { Title=contains:"Purchase Order" }
event "Event2" Windows MenuCommand { Text="Purchase order- >Change" }
event "Event3" Windows StatusMessage { Text="Purchase Order Updated" }
}
Windows Stop Event Action
The Windows Stop event action indicates that the associated windowing
process terminated. The Stop event supports the following parameter:
ExecutableName. The name of the process
Note: You cannot use the IgnoreEvents clause for a Windows Stop event.
Example
transaction "IEstop"
module "IEstop"
{
event "Stop1" Windows SetFocus { ExecutableName="IEXPLORE" }
event "Stop2" Windows Destroy { ExecutableName="IEXPLORE" }
event "Stop3" Process Stop { ExecutableName="IEXPLORE" }
event "Stop4" Windows Stop { ExecutableName="IEXPLORE" }
event "Stop5" Web Stop { ExecutableName="IEXPLORE" }
}
162 BTStudio Administration Guide










