Technote (FAQ)
Question
How do you delete "Test Suite Results" in IBM Rational Integration Tester (RIT) or Green Hat Tester (GH Tester)?
Cause
The Database has lots of records which slow down the Results Gallery performance.
Answer
The results of one or more Test Suite instances can be deleted from the project database directly by following either of below processes :
A. Deleting Results from the Results Gallery
- In Rational Integration Tester’s main toolbar, click the Delete icon.
- After clicking the icon, the Delete Results dialog will be displayed with providing you several options how to delete result data.
- To delete only the displayed results (that is, those of the currently selected Test Suite instance), enable the Delete currently shown results option.
- To delete multiple result sets for the selected suite, enable the Delete results up to and including option and enter the date for which all results and all earlier results should be deleted.
- When deleting multiple results, wild-card options can delete a broader range of data:
- For ALL suites lets you delete results for all test suites before and including the selected date.
- For ALL projects lets you delete all test suite results in all projects within the database before and including the selected date.
B. Deleting Results from the Command Line
Use the GHTesterCmd executable (the Command line), which can be found in the root of the Green Hat Tester or Rational Integration Tester installation (by default - C:\Program Files\IBM\RationalIntegrationTester) with following syntax..
GHTesterCmd -p <project> delete-all-results-keeping PnYnMnD
Notes:
- <project> specifies the full path to the Rational Integration Tester project (*.ghp) from which results should be deleted.
- PnYnMnD specifies how much data should be kept, represented in years (nY), months (nM), or days (nD).
For Example:
If you delete all results older than 90 days, the following command might be issued:
GHTesterCmd -p C:\GHProjects\HTTP\http.ghp delete-all-resultskeeping P90D
Rate this page:
Average rating
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.