Loading Class Definition Files or Test Frame Files

This functionality is supported only if you are using the Classic Agent.

You can use these procedures to load 4Test include files or test frames.

We recommend that you record new class definitions in a new include file or in your test frame file. Do not store these definitions in javaex.inc, or another predefined class definition file such as dotnet.inc, because we may upgrade *.inc files in a later Silk Test release.

To load class definitions or test frames in selected test scripts

Insert a use statement in each test script that needs to manipulate the controls that you have declared or the objects of the classes that you have defined. Use the following format:
use "<directory\file-name>.inc"
For example, if your class include file is custobj.inc and it resides in the directory c:\mydir, insert the following statement:
use "c:\mydir\custobj.inc"