How can we find out the format for writing the configuration file to export test cases from excel to RQM?
I have added some additional categories in my test case template. I want to export these categories from excel to RQM. How do I find out the field names to update in the config file? Some samples for other sections are:
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=Pre(E)
Like this how do I find out the category names?
|
3 answers
Also, how can I set the owner of the test case? Both the below statements are not working.
testcase.jzalm:owner=C
testcase.alm:owner=C
|
Hello Maria, regarding your questions..
In RQM Categories are defined with the category term=<category name>.value=<category value>
eg : testcase.category term="Function".value=H
Meanwhile, what do you mean by "testcase.jzalm:owner=C" does not work? Does it not update the value?
If yes, please share a snapshot of the excel sheet showing the col 'C' and the config file.
Best Regards, Sunil
Comments
Maria Amalan
commented Feb 24 '14, 7:37 a.m.
Thanks for your response Sunil.
Got the first part and it works.
Yes, I mean that when I use this bit of code in the config file, it does not update the owner in the test case.
I have tried these 3 lines of code but none of them work.
testcase.jzalm:owner=G
testcase.alm:owner=G
testcase.jzalm:owner=FindColumn(“Test Case Owner”)
Can you zip the sheet and config file and send it to sunil-email so that I can try it out? |
Maria, I tried using the sheet and config you provided - it works as expected on CLM 4.x.
Anything I missed w.r.t the scenario reported? (I ignored the categories, but in anycase they do not seem relevant to the issue you see). Let me know.
Best Regards
Sunil
|
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.