Next: , Previous: Accessing script variables from test class, Up: Using Test Scripter for creating scripted test cases


5.5 Scripter internal variables

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.

Scripter internal variables
FAIL_COUNT
Number of failed method and combiner calls
CRASH_COUNT
Number of crashed method and combiner calls
TOUT_COUNT
Number of timed out method and combiner calls
ABORT_COUNT
Number of aborted method and combiner calls
ERROR_COUNT
Sum of all the of the above
TOTAL_COUNT
Total number of method and combiner calls