Int4 Test Execution runtime variables
Within Int4, ASTER runtime starts with additional variables predefined, representing the details of script execution context.
These variables are not constants! So they can be UNSET
or their values can be changed within the program. If that will be the case, the program could stop making sense!
Name | Value | Comments |
---|---|---|
|
| Indicates that the script is executed directly from the editor. It allows implementation of specific logic e.g. initialization of variables available only during Int4 Suite Test Run execution. Example:
CODE
|