I am trying to upload test cases but I also want to include values for the field "RQ_REQ_NAME".
So when I upload my test cases I can also include the link to the requirement.
I managed to edit the file generated by the QC Export Wizard which is created when you initially create an export map.
Which looks as follows:
[Details]
task_name=FCS_TC
export_type= 4
field_count= 9
[FieldMapping]
mapping1=TS_SUBJECT;TEST;A
mapping2=TS_NAME;TEST;B
mapping3=TS_USER_01;TEST;C
mapping4=TS_USER_02;TEST;D
mapping5=TS_DESCRIPTION;TEST;E
mapping6=ST_STEP_NAME;STEP;F
mapping7=ST_DESCRIPTION;STEP;G
mapping8=ST_EXPECTED;STEP;H
mapping9=RQ_REQ_NAME;REQ;I
When I went to use the Export Wizard it failed at step 6 with the error message:
The field 'RQ_REQ_NAME' appears in the field mapping, but does not exist in this project. It will be removed from the mapping.
So essentially my field in the mapping file "mapping9=RQ_REQ_NAME;REQ;I" is not being accepted by the QC Export Wizard.
So my question then is how do I set it up so the field RQ_REQ_NAME is present in step 6 to allow for this to be selected.