Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Installing software for remote testing

The following sections desribe how to install, configure and run the software required on both the Client and Server sides to be able to execute tests remotely using TestDriver.


System requirements

When setting up your Client-Server configuration in order to run tests remotely over a WAN or LAN, the following additional components are required.

Hardware requirements

To be able to run test packages remotely, you will need the following hardware setup:

Software requirements for Client PC

Software requirements for Server PC

[Top]


Configuring the Client side

Each PC Client used will need to have TestDriver and TestClient installed.


Installing TestDriver

The TestDriver tool is used for building the test packages and submitting them to the remote server for execution. TestDriver is provided on the Symbian OS Development Kit and can be found under epoc32\tools\TestDriver.

To install TestDriver, perform the following steps:

More information on installing TestDriver is available in Installing and configuring TestDriver.


Installing TestClient

Once the test package has been created, it is passed to the TestClient by the TestDriver, together with the ROM image. The TestClient is then responsible for creating a test job for the test, and submitting it to the remote TestMaster.

The TestClient is provided with the Development Kit and can be found under epoc32\tools\TestDriver\TestClient.zip.

To install the TestClient, perform the following steps:

[Top]


Configuring the Server side

The PC to be used as the server will need to have TestDriver and TestMaster installed.


Installing TestDriver

The TestDriver must be installed in order for the TestMaster to be able to run tests. To install TestDriver, follow these steps:

More information on installing TestDriver is available in Installing and configuring TestDriver.


Installing TestMaster

The TestMaster is available on the Symbian OS Development Kit under epoc32\tools\TestDriver\TestMaster.zip.

To install TestMaster, follow these steps:


Running TestMaster

To run TestMaster, simply follow these instructions:

If TestMaster is running correctly, you will see the following output:

TestMaster starting up...
Host: YourServerHostName
RMI Service: RemoteTestDriver
Executor: Waiting for a job.
TestMaster running.

[Top]


See also