Delete all test results by using the command line

You can delete all test results and project data in the results database by using the IBM® Rational® Integration Tester command line.
The syntax to use is as follows:
GHTesterCmd Options delete-all-results
Here is an example:
GHTesterCmd --databaseURL jdbc:db2://localhost:50000/resultdb
            --dbuser jkelly --password hayling delete-all-results

The following table lists the options that you can use with the GHTesterCmd command for deleting all test results.

Table 1. List of available options
Options Description
--databaseUrl/-b Results database URL
--dbuser/-g Results database user name
--password/-h Results database password

Feedback