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>
<customAttribute type="SMALL_STRING">
<identifier>Custom_attribute_0_</identifier>
<name>testcaseCustomAttribute1</name>
<value>111111111111111111111111111</value>
</customAttribute>
<customAttribute type="SMALL_STRING">
<identifier>Custom_attribute_1_</identifier>
<name>testcaseCustomAttribute2</name>
<value>3333333333333333333333333</value>
</customAttribute>
</customAttributes>
But the Test Case one looks like:
<customAttribute type="SMALL_STRING">
<identifier>Custom_attribute_0_</identifier>
<name>testcaseCustomAttribute1</name>
<value>111111111111111111111111111</value>
</customAttribute>
<customAttribute type="SMALL_STRING">
<identifier>Custom_attribute_1_</identifier>
<name>testcaseCustomAttribute2</name>
<value>3333333333333333333333333</value>
</customAttribute>
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.
I am running the RQM-Extras-RQMExcelWordImporter-4.0.0.1 version against RQM 4.0
Cheers
3 answers
I am trying to export test cases using RQM Excel Importer, I have modified the configuration file according to my Test Case sheet.
I am able to export the cases without the testCasePreCondition. But with testCasePreCondition, I’m getting the following error.
The remote server returned an error: (403) Forbidden.
Your account does not have the group memberships required to access the requested resource.
I am using the bellow line for Pre-condition.
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=C
I have Test Team Member access on the project Area.
Do i need any special permission to export with testCasePreCondition?
Comments
Anthony Paul
Nov 26 '12, 10:24 a.m.Hi I was wondering if anyone had an answer to this?