...
dotTEST
can dotTEST can automatically and unobtrusively analyze code in the background so that you are instantly alerted when the code you are working on does not comply with your development policy. This helps you identify and fix problems as soon as they are introduced - without having to interrupt your workflow to start analysis.
...
With CQA mode enabled, some time-consuming operations and rules specified in the configuration you are using will be skipped to speed up analysis. These may include:
...
:
...
- Metrics
- Code Duplication Detection
- Flow Analysis
- Unit Testing
- Report Generation
- Source Control Information
- Publishing Reports to DTP
- Publishing Source Code to DTP
...
Enabling the Continuous Quality Assistant Mode
Set the Active test configuration (see Setting the Active Test Configuration).
Info The test configurations set as Active will be used for continuous analysis. If you want to change the test configuration in CQA mode, specify a different Active test configuration.
If the Active test configuration is not specified, CQA mode will not be enabled.
Click the Continuous Quality Assistant [name of active test configuration] button between the Run [name of active test configuration] and Import Findings buttons to enable analyzing your code in real time.
Conditional Content product: (dottest) product: (dottest) sv-attr:0A01020401598D973E6641760F8AF4E5 0A01020401598D973E684FA84B2F8FAC
If some rules or features of the configuration that you set are unavailable in CQA mode, a message will appear specifying the settings that will be ignored.Conditional Content product: (dottest) product: (dottest) sv-attr:0A01020401598D973E6641760F8AF4E5 0A01020401598D973E684FA84B2F8FAC
Working with Continuous Static Analysis Findings
...