ECL Script Contexts
ECL Script contexts serve two purposes:
- Allow to execute any ECL script before running your test. This can be useful for some test setup routines which cannot be performed by other context types but still they need to be separated from the main testing logic and/or re-used in multiple tests.
- Allow to store user-defined procedures (defined as
proc
).