Creating the TEF Script File
The TestExecute Framework (TEF)
provides a C++ library for building test harnesses, and a script engine that
allows automated execution of such tests. SVS Test Development tool provides a
GUI wizard and editor for creating and editing .script
files.
To create a .script
file complete the following steps:
-
Click File > New > Other
> Symbian OS Test > TEF script file.
-
To create a new child right-click the TEF Script File
and select New Child, then choose one of the script commands,
which are described in the TEF Script command reference section.
-
To create a new sibling right-click the TEF Script File
and select New Sibling, then choose one of the script commands,
which are described in the TEF Script command reference section.
-
If a test step is added to the test case, you will need to specify
the value for Timeout in seconds, the name of the
Server, the method used, and the Ini File on Device.
Also, an option of Negative Test will be
given to the test case.
Loading and editing an existing TEF Script File
TEF Script file must be imported with a project using
BLD.INF
file. For more information refer to, Carbide Help >
Creating Projects > Importing Projects from a BLD.INF
File. To
edit an existing TEF script file refer to, TEF Script command reference section.