This section describes how to call routines in your tests.
In This Section
Calling Routines and Variables Declared in Another Unit
Explains how to call routines and variables that reside in another unit.
Calling Routines Declared in Another Project
Explains how to call routines and variables that reside in another project.
Related Topics of Interest
Describes how to call routines declared in your current project from the GUI and from other tests.
Calling Routines and Variables Declared in Another Unit from GUI
Describes how to add a routine from another unit via the GUI and call it.
See Also
JavaScript - Calling Routines and Variables Declared in Another Unit
Python - Calling Routines and Variables Declared in Another Unit