HTML Reporter
One of reporters that comes with JSystem (you can also write your own), is the HTML reporter. The HTML reporter is an online reporter that is updated and can be viewed durring the running of the tests.
It can be used when running tests from your IDE and when running tests from the ScenarioBuilder.
The Html reporter supports the following capabilities:
- Hierarchy - 4 types of layers: package, test, test step, step drill-down.
- Summary report - include some brief information/statistics.
- Javadoc - extract javadoc from the tests code to the test report.
- Test code - show the test code in the report.
- Online status - the report is updated online and can be viewed during the test execution.