Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

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

...

  1. Navigate to %localappdata%\QualitiaWDClient\app-5.x.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 (',).
Info

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 (;).

...