RQMExcelWordImporter - Custom attributes and Test Cases bug
Hi All, I have been having a play with the Excel importer into RQM and have found a bug. I am using the "Scripts that create testcases" template and it works great except for Custom attributes for a test case. I created two custom attributes for a test case but the values wouldn't get populated. But I then created the same two named attributes in a test script and it worked. I eventually exported them to xml and noticed the problem.
The Test Script xml would look like this:
<customAttributes>
But the Test Case one looks like:
<customAttribute type="SMALL_STRING">
If I edit the xml to look like the test script with the "<customAttributes>" at the start and end and then import it manually, it populates the custom attributes. Can someone have a look at this and let me know if I am doing something wrong or it’s a bug in the tool.
|
3 answers
Hi Anthony,
I just tried with ExcelImporter 4.0.1 and use the sample "TestCases 001 with custom attributes.xls"? I just tried with it and the test case is also with the <customattributes> section. |
Hi I have finally gotten around to trying this out and here's what I have found.
When I use the "TestCases 001 with custom attributes.xls" it works. However I am using the "Scripts that create testcases.xls" file as we need to import both Test Cases and Test Script. When i edit the cfg and add this line at the end:
testcase.customAttributes identifier="test1".name="test1".type="SMALL_STRING".value="works"
It doesn't work.
Any ideas.
Comments
Anthony Paul
commented Feb 27 '13, 5:30 a.m.
Hi anyone have any idea what it could be, and if it is a bug how do we get it fixed |
I am trying to export test cases using RQM Excel Importer, I have modified the configuration file according to my Test Case sheet.
I have Test Team Member access on the project Area.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi I was wondering if anyone had an answer to this?