Skip to content

Project View

knysh edited this page Aug 29, 2019 · 3 revisions

Permissions

  • View: Viewer
  • Edit: Global Admin, Manager

How to Open

  1. Menu Bar > Projects > Select your project

Project view

  • Test execution Rate
    • includes only last test run results of all test suites in current project
    • (passed + app issue) / total test results * 100
    • Shows % of all tests that show relevant test results (i.e. do not fail because of non-app issues)
  • Test execution Success Rate
    • includes only last test run results of all test suites in current project
    • passed/ (passed + app issue)
    • Shows % of all tests that have been failed due to application issue (represent product quality)
  • Automation Quality
    • includes only last test run results of all test suites in current project
    • (1 – (n/a*1 + test issue*0.75+ other*0.5)/( Total Tests))*100
    • Shows automation solution quality taking into consideration number of failed tests as well as fail reasons
  • Average Automation Quality
    • includes results of all test runs that finished within last 90 days
    • (1 – (n/a*1 + test issue*0.75+ other*0.5)/( Total Tests))*100
    • Shows average automation quality over last 90 days

Explanations

  • passed - passed test
  • app issue - failed with Danger type
  • n/a - failed with Primary type (i.e. "Not Assigned", there are no custom resolution with Primary type)
  • test issue - failed with Warning type
  • other - failed with other types not mentioned above

Builds table - shows 5 latest test runs

  • Build Name
  • Execution Environment - environment where tests was started
  • Start Time
  • Finish Time
  • Failed Tests, %
  • Click on row to open Test Run View