Driver scripts facilitate a modular approach to application testing. Instead of creating one script that performs a complete test, you can create reusable scripts to cover individual parts of a whole test flow, then use a driver script to call each part.
Workbench.RunScript ("script")
where script is the name of the script.
A well-designed script returns the test application to the original test site before completion to ensure that driver scripts can always pick up from where they left off.
Scripts stored in Oracle databases are case sensitive. Any included script from an Oracle database must match the name in the database exactly or Silk Test Workbench fails to load the script.