Computer Access Technology Corporation
IB
Tracer
Verification Script Engine Manual, version 1.0
Page 8 of 35
OnStartScript()
Starting VSE running …
Verification Script
Call..
IBTracer Application
(Run verification script)
ProcessData()
Call
..
(If expected event )
ProcessData()
Call
..
(If expected event )
ProcessData()
Call
..
(If expected event )
ProcessData()
Set out.Result =
_VERIFICATION_PASSED or
_VERIFICATION_FAILED
will complete the script run.
Call
..
(If expected event )
OnFinishScript()
Finishing VSE running … …
Call..
PASSED
FAILED
DONE
Verification Script results
NOTE: Verification script result : <DONE> means that the script is intended solely for
extracting and displaying some information from recorded traces and that the user does not
care about the result . To specify that your script is intented only for the purposes of
displaying information, call somewhere in your script ( in OnStartScript() – for instance )
function ScriptForDisplayOnly() )