Overview
SVS Test Development tool is an Eclipse/Carbide plug-in that provides
an integrated environment to develop, edit and execute the test projects for
Symbian OS. The test results are analysed and viewed using the Test Viewer.
The reader must have good knowledge of TEF, and TestDriver. For more
information refer to Test Execution Framework, and TestDriver
documentation.
Concepts
The main concept of the SVS Test Development tool is to create and
build test projects for Symbian OS.
-
The .script
file contains the test cases and the test
steps. For more information about the script file refer to
Test Execution Framework (TEF).
-
The .ini
file contains the configuration data required
for the test
-
A .driver
file contains the task that can be validated
and executed. For more information about the driver file refer to
TestDriver.
The .script
, .ini
, and .driver
files must always be a part of the project. If these files are not created
under the project then some of the features will not be supported. For example,
a.driver
file can be run only when its created under a project.