Tutorial

Analyzing test results

As a result of tests execution JUnit test runner displays the list of passed and failed tests. For each failed test actiWATE saves additional information about the failure. This information makes finding the cause of the failure much easier. It is stored in the directory specified in the configuration file actiwate.properties (see Configuration file).

Information about failed test include:

  1. Error message;
  2. Current HTML page;
  3. Exception stack trace;
  4. Log of actions that took place before the test failed.
Picture 1 Failure information

actiWATE also saves the list of failed tests in the file failed_tests.html in the directory specified in the configuration file. This file can be used for accessing failure information for a particular test. Failed tests are added to the beginning of the list for faster access.

Picture 2 Failed tests