Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 10.4.0

...

Table of Contents
maxLevel1

Overview

You can configure 

...

dotTEST

 DTP Engine to configure dotTEST to collect authorship data during analysis to facilitate task assignment. The data can be sent to the DTP server where additional analysis components, such as the Process Intelligence Engine (PIE), can be leveraged to facilitate defect remediation and development optimization. 

You can configure 

...

dotTEST

 to configure dotTEST to assign authorship based on information from source control, XML files that directly map sources to authors, and/or the current local user. 

...

Authorship priority is determined by reading the settings in the .properties configuration file from top to bottom. If multiple authorship sources are used, the following order of precedence is used:

...

:

...

  1. information from source control 
  2. XML map file
  3. current user 

...

Configuring How Authorship is Computed

...

0A01020401598D973E6749C5267CE6FE 0A01020401598D973E684FA84B2F8FAC
Wildcard ExpressionDescription
Conditional Content
product: (cpptest, dottest)product: (cpptest, dottest)sv-attr:0A01020401598D973E6641760F8AF4E5

?oo/src/Foo.c

Assigns all files that have names starting with any character (except /) and ends with "oo/src/"
**.csAssigns all *.cs files in any directory
**/src/**Assigns every file whose path has a folder named "src"
src/**Assigns all files located in directory "src"
src/**/Test*Assigns all files in directory "src" whose name starts with "Test" (e.g., "src/some/other/dir/TestFile.c")

...