This is an old revision of the document!
Transition tag is a container tag. It contains script for the transition. Each transition tag can have one or more of the following script methods:
- prep - script to be executed right before the action method is executed.
- action - script to be executed usually to drive the web application, e.g. clicking on a link or button.
- verify - script to be executed after action tag and onentry of next state. This is usually used to verify the result.