All Test Results

From AgileApps Support Wiki
Revision as of 22:31, 4 March 2011 by imported>Aeric (Text replace - 'Setup > Develop > ' to 'Designer > Logic > ')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Designer > Logic > Classes > [Run All Tests]

This page shows the results of running the tests defined in all classes.

Column Headings

  • Class - The class for which tests were run.
  • Total Tests - The total number of tests run on that class.
  • Failed Tests - The number of tests that had an exception or a failed assertion.
  • Successful Tests - The number of successful assertions that were made while the tests ran.
  • Empty Tests - The number of tests that ran to completion without making an assertion.
  • Code Coverage - The percentage of runnable code in the class that was executed during the test.
    The value is a link. Click it to view a Code Coverage popup window that highlights the executed lines.

Learn More