You can view results of your test in the test log and export the test log to a csv (comma separated values) text file. You can also create your own export formatter which lets you export your test log to another format, such as HTML.
About Viewing Results in the Log
After a manual test script has been run and the results saved, you can view results in the test log.Exporting Log Files
After you run a manual test script, you can export the resulting test log files as csv files.Example of an Exported Test Log
Here is an example of an exported test log in an Excel spreadsheet.Creating an Export Formatter
By default, you can export test logs from Manual Tester to text files in csv format. If you want to export to a different format, such as HTML, you can create a customized export formatter. You can also create a formatter that outputs the test log in the csv format you want. This section describes how to create an export formatter by modifying an example export formatter in Eclipse, building it, and moving it to Manual Tester.