Question - Explain the difference between a compile module and a script.
Answer -
A compiled module is not executable and is used to store reusable functions while a test script contains the executable file. Compiled modules are loaded into memory and are referenced from the TSL code within a module.