Test Impact Analysis determines the subset of tests that should be re-run based on the code changes between the baseline and target builds or based on the cumulative build. The Impacted Tests report provides a list of those tests. By leveraging Test Impact Analysis, your development and QA teams can save time by running only the impacted tests.

You can click a link in the Test Name column to drill down to the Test Explorer.

Be aware that in order to perform test impact analysis, DTP needs the following:

  • For the baseline build:
    • test data
    • coverage data
  • For the target build:
    • coverage data

Static coverage data is required. Runtime coverage data is not sufficient.

See Impacted Tests - Summary Widget for more information.

  • No labels