RQM Word Exporter doesn't export test case custom attribute
![]()
I have a word document with the test case and the test script. The word exporter doesn't export the value to the custom attribute. it works if I export it from excel file with no problem. Also, I don't see any entry for a custom attribute in the xml file if i export to a file using word exporter. Is it supported to export the test case custom attribute with the linked test script?
from excel config file that works: testcase.customAttributes identifier="Test_Case_Number".name="Test Case Number".value=B4 from the word config file that doesn't work testcase.customAttributes identifier="Test_Case_Number".name="Test Case Number".Table(1).B4 |
Comments
sorry. missed the "value=" in line from the word config file. it should read:
testcase.customAttributes identifier="Test_Case_Number".type="SMALL_STRING".name="Test Case Number".value =Table(1).B4