ALM allows you to add customized fields for the manual tests. At times, adding values to these User Fields is mandatory. If Qualitia users map or export such
Exporting Qualitia test cases into ALM , exporting 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.
...
- Navigate to %localappdata%\QualitiaWDClient\app-5.x.x
- Open the QCCustomFieldSettings.config file.
- Add values against QCCustomFieldValueMap as follows:
- Enter Label as it is defined when creating the user fieldcreating User Field.
- Enter Name as it is defined when creating the user field User Field.
- 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 (;). |
...