Skip to content

8 Test run results

AlyonaRybakova edited this page Aug 1, 2019 · 1 revision

8 Test run results

Each Sailfish test script executed either automatically or manually will result in one of the following:

  • Initialization failed (if Sailfish was not able to find a java source from a script due to wrong syntax);
  • Run failed (if at least one service was not started by the “auto start” option);
  • Passed (e.i. all verifications in the script matched the expected results);
  • Failed (e.i. at least one verification in the test script did not match the expected result);
  • Conditionally passed (e.i. at least one verification in the test script matched a result that was marked as a known issue in the system under test).

In each case (except script initialization failure, which will only provide an AML error), a detailed report will be generated automatically and stored in the default Sailfish ‘reports’ folder (the default location is <Deployed Tomcat>\webapps\sfgui\reports).

The report can be accessed either from the Sailfish UI ‘Test Scripts’ tab (the panel on the right) or from the “Script Run History” section of the Sailfish UI ‘Statistics’ tab.

The report can be downloaded as a .zip archive to the hard disk and browsed offline as a standard HTML file.

Clone this wiki locally