Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Storing tests and test suites

After building a test suite, the resulting binaries are collected together with data files in a repository. The path to the repository is defined when configuring the TestDriver (see Configuring the TestDriver). This repository is also structured to represent the test suite hierarchy.


RTest structure within a repository

The figure below is an example of a repository constructed as a result of building a suite containing an RTest.

Repository structure for a single RTest

Repository structure for a single RTest

The test inside Test Suite 1 is an RTest, and the repository built for these tests would have the file structure shown above.

[Top]


TestExecute Test structure within a repository

The figure below is an example of a repository constructed as a result of building a suite containing a TestExecute test.

The repository built for a TestExecuteTest would have the file structure shown above.

[Top]


See also