Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Viewing the test hierarchy

Once you have defined a test hierarchy (see TestDriver Schema), you can use the print command to check if the test XML has been defined correctly. The print command allows you to view the hierarchy of the test on the screen.


Command line syntax

The command line syntax for printing the tree structure of a test to the screen is:

> testdriver print [-s test]

where, -s is mandatory, and is used to specify the test that is to be printed.

The test is specified using a name space with a dot notation. An example of the -s option is:

-s test1.test2

This would print the entire contents of Test2.

[Top]


See also