Configuring TestDriver using GUI

This section describes the steps involved in configuring the TestDriver using Eclipse/Carbide:

  1. Click Run> Run to launch the Run Test Driver application dialog box. The dialog box has four tabs: Main, Arguments, Device, and Common.

  2. Select the Main tab and specify the following:

    Field NameDescriptionValue

    Driver Location

    Used to specify the location where the driver file is to be created.

    Suite

    Used to specify the name of the XML suite which is to be built.

    Command

    Used to specify the type of task TestDriver has to perform.

    Build, Run, Build and Run

    Platform

    Used to specify the target platform, this is mandatory.

    arm4, armv4, armv5, thumb, wins and winscw

    Variant

    Used to specify the target variant, this is mandatory.

    udeb,urel

    Configuring the test target


    Configuring the test target

  3. Select the Arguments tab and specify the following:

    • The EPOC root, the drive where the EPOC32 tree has been installed.

    • The source root location, the root path where the source code is stored.

    • The repository root, the root path where all binaries and related test files are stored.

    • The result root, the root path where the test logs are stored.

    Configuring the arguments


    Configuring the arguments

  4. Select the Device tab and choose the transport mode used to communicate with the device. Refer to Communicating with a device for more details.

    Selecting the communicating mode


    Selecting the communicating mode

For more details on configuring using GUI, see Running the Tests.

To configure TestDriver using command line, refer to Configuring using command line.