Document toolboxDocument toolbox

Customizing User Field Values for Qualitia Test Cases

ALM allows you to add customized fields for the manual tests. At times, adding values to these User Fields is mandatory.

Exporting Qualitia test cases into ALM project (which has User Fields) fails due to an empty value in the mandatory parameters' section.

You can set these values in Qualitia using the QCCustomFieldSettings.config file. This file is located at Qualitia client installed location.

To set values to the user-defined fields:

  1. Navigate to %localappdata%\QualitiaWDClient\app-8.1.x
  2. Open the QCCustomFieldSettings.config file.
  3. Add values against QCCustomFieldValueMap as follows:
    1. Enter Label as it is defined when creating User Field.
    2. Enter Name as it is defined when creating User Field.
    3. Enter the valid value you want to set in the field. 
      All these values should be separated by comma (,).

You can add values to set in multiple user-defined fields in the same way mentioned above. Multiple sets should be separated by semi colon (;).