Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Installing and configuring TestDriver

Before using the TestDriver, you need make sure it is installed and configured correctly.


PC requirements

The following minimum hardware is recommended for the PC:

[Top]


Device requirements

The following is required when running tests on a device:

[Top]


Installing TestDriver

To set up the TestDriver tool, simply unzip the following file to any location:

epoc32\tools\testdriver\testdriver.zip

This unzips all the files needed into a sub directory called testdriver, within the directory from which the file was unzipped.

[Top]


Configuring TestDriver

The first time you install TestDriver, you will be prompted to set up your environment and define the following information:

You can view or modify these items by using the config option from the command line, as shown below.

> testdriver config

This is used to display the current configurations.

> testdriver config -e <path to EPOC drive>

This is used to set the EPOC drive, for example; testdriver config -e h:\ sets the EPOC drive to h:\.

> testdriver config -x <path to XML root>

This is used to set the root path to your XML structure, for example; testdriver config -x h:\development\personal\CompVisitor\XML

> testdriver config -r <path>

This is used to set the root path to the repository, for example; testdriver config -r d:\repos.

> testdriver config -l <path to result location>

This is used to set the root path for the test results and test logs.

> testdriver config -s <path to source>

This is used to set the root path for the source code.

Once you have configured the above items correctly, you can start using TestDriver.

[Top]


See also