INCLUDE

C++ Test Script Language

Syntax

INCLUDE " <file name> ";

Location

C++ Test Driver Script

Description

The INCLUDE statement opens the file <file name> and inserts its code into the C++ Test Driver Script.

A file cannot include itself, directly or indirectly.

An included file must not have a RUN statement at the script level. A RUN statement at script level is only allowed in the main test script.

Example

INCLUDE "test1.otd";