Next: General keywords, Previous: Accessing script variables from test class, Up: Using Test Scripter for creating scripted test cases
Scirpter holds internal variables that are available to script or test class similar to local variables. The internal variables are counters shown in and can be used, for example, to bail out from a long test loop in case some error level is reached, or to call some special clean up function in case of crashed test method calls.
FAIL_COUNT
CRASH_COUNT
TOUT_COUNT
ABORT_COUNT
ERROR_COUNT
TOTAL_COUNT