19. Analysis Setup Configuration

MQC provides the possibility of loading an setup configuration to easily setup an analysis. The setup configuration is done via an Excel file. Within this file the user is able to define

  • files and directories containing reports of tools/data sources to be imported into MQC

  • names and paths of MQC configuration files, e.g. project structure

  • as well as almost all options, e.g. revision granularity.

19.1. How to use

After unziping sample data you can find an example for an setup configuration in it with the name of 00_SetupConfiguration.xlsx, configured for MQC showcase.

../_images/MQC_Setup_Configuration_Excel.png

Figure 19.1 Sample of setup configuration file

For using this feature, first copy sample data anywhere in your local file system or network then open MQC and instead of choosing Tools/New Analysis, import 00_SetupConfiguration.xlsx by clicking on Browse local file....

../_images/MQC_Setup_Configuration_Import.png

Figure 19.2 How to import Setup Configuration excel file for easy setup MQC

Note

If you are using web version of MQC, before importing setup configuration you need to ensure that the MQC showcase is located on a network drive which is mounted at and can be accessed by the server. Open the 00_SetupConfiguration.xlsx and update the BasePath value with the network path of the directory where the MQC showcase is located.

19.2. Configuration

The setup configuration is an excel file with two columns named Type and Value. Contents of first column (Type) are constant and second column should be configured.

This configuration can be divided in three parts:

  1. Set the paths of all files that can be imported in MQC. This contains:

  • Project structure configuration (see Project Structures Configuration)

  • Quality model configuration (see Quality Model Configuration)

  • Target values configuration (see Target Values)

  • Custom pages configuration (see Custom Pages)

  • Files and directories containing reports of tools/data sources: for each of directories and single files to be imported, one row is added to the setup configuration file via type Data and path of them as value.

Note

As Figure 19.1 shows, the first row of the setup configuration is for setting a BasePath. If all files are located under the same path, this can be defined one time as BasePath and all other path values may be configured as relative paths.

  1. Set default values for MQC options. This contains:

3. Set the pages, which should be shown in the analysis. For each row from a group of provided pages in MQC, chosen pages should be added and separated by comma (,). For more detaile information please see Pages

Note

All values may be left empty. MQC applies defaults for all values, which are is not configured here.

Errors in configuration will be ignored. In any case an analysis is created and the user gets a notification via a validation dialog after the load of the intial configuration has been finished.