Once you have defined a test suite hierarchy (see Defining a test suite hierarchy), you can use the print
command to check that the test and suite XML has been defined correctly. The print
command allows you to view the hierarchy of the suite specified on the screen.
The command line syntax for printing the tree structure of a suite to the screen is:
> testdriver print [-s suite]
Where:
-s
is mandatory, and is used to specify the suite that is to be printed.
The suite is specified using a name space with a dot notation. An example of the -s
option is:
-s testsuite1.testsuite2
This would print the entire contents of Test Suite 2.