| 
                   | 
               
                  
                   | 
            |
Complete the following to run the tests manually using the TestDriver:
                  Run testdriver config --export a.xml in the command
                  line. 
                  
               
                  Edit a.xml file to set the required configuration. 
                  
               
                  Run testdriver config --import a.xml command line 
                  
               
                  Run testdriver build using the preset configuration
                  from the config
                  
               
                  Check the results of the build both in the
                  TestDriver0_0.log file and in the HTML page in the repository
                  root. 
                  
               
                  Run testdriver run command. 
                  
               
                  Check the results of run both in the TestDriver0_0.log
                  and in the HTML page in the resutls root. 
                  
               
Complete the following to run the automated tests using the TestDriver:
                  Run testdriver config --export b.xml. 
                  
               
                  Edit b.xml file to set the configuration required. 
                  
               
                  Add b.xml file to the version control system. 
                  
               
Create the scripts to import the configuration, build and run the testdriver
Place the scripts in the automated build system.
Analyse the results.
Run the automated build system.
Analyse the results.
Complete the following to run the tests with UCC:
UCC use case: Run "testdriver help config" to investigate the possible commands for the config switch -> Run "testdriver config --source c:\src -x c:\xml" to configure testdriver -> Set up UCC -> Run "testdriver run -f localhost:1234" to run with UCC.
                  Run the testdriver help config command to investigate
                  the options available for the config command. For more details,
                  see config
                  
               
                  Run testdriver config --source c:\src -x c:\xml
                  command to configure the testdriver. 
                  
               
Set up the Use Case Controller (UCC)
                  Run testdriver run -f localhost:1234 command to run
                  with UCC. 
                  
               
Complete the following to run the tests remotely using the TestDriver:
Configure and run a testdriver build
Setup the Server
Package a build
Run the package on a remote system
For more details on running the tests remotely, see Running test remotely. For the options available to run the tests remotely, see runremote