Naming the Default HTML Export Formatter

You can use the example export formatter provided with Manual Tester without modifying it. If you do, you can change its name to something more descriptive.

Creating an export formatter requires knowledge of Java programming. Ensure that Eclipse is installed and running on your machine.
To rename the HTML export formatter:
  1. From within Eclipse, expand the HTML Exporter project.
  2. Double click plugin.xml to open the file in the Eclipse editor.
  3. Click the Extensions tab.
  4. Expand com.ibm.rational.test.mt.interfaces.exportFormatter.
  5. Under Extension Details, change the Name field to the specify the name you want for the HTML export formatter.
  6. Click File > Save.
Eclipse saves the HTML export formatter with a new name. You can build the import formatter Eclipse plug-in.

Parent topic: Creating an Export Formatter

Feedback
(C) Copyright IBM Corporation 2004, 2005. All Rights Reserved.