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:
- From within Eclipse, expand the HTML Exporter project.
- Double click plugin.xml to open the file in the Eclipse editor.
- Click the Extensions tab.
- Expand com.ibm.rational.test.mt.interfaces.exportFormatter.
- Under Extension Details, change the Name field
to the specify the name you want for the HTML export formatter.
- Click .
Eclipse saves the HTML export formatter with a new name. You can build
the import formatter Eclipse plug-in.