RQMExcelImporter - Catagory Defects?
I have found two instances where Category breaks things. I was wondering if anyone else has seen this and if there is a work around.
First:
Adding Category to a static test plan with links to test cases. This causes the import tool to create 1 test plan for every test case.
// import test plan
testplan.dc:title=A2
//testplan.category term="Test Level".value=F2 (defect? creates multiple test plans)
testplan.XLSLink=testcase
// end test plan import
// import test cases
//The Sheet Name
testcase.XLSWorksheetID="EPD"
// The row your test cases start on
testcase.XLSStartRow=2
// Test Case Title Excel Col
testcase.dc:title=C
Second Issue:
Specifying the value of the Category like
testplan.category term="Test Level".value="SameValue"
instead of
testplan.category term="Test Level".value=F2
doesn't seem to work.
First:
Adding Category to a static test plan with links to test cases. This causes the import tool to create 1 test plan for every test case.
// import test plan
testplan.dc:title=A2
//testplan.category term="Test Level".value=F2 (defect? creates multiple test plans)
testplan.XLSLink=testcase
// end test plan import
// import test cases
//The Sheet Name
testcase.XLSWorksheetID="EPD"
// The row your test cases start on
testcase.XLSStartRow=2
// Test Case Title Excel Col
testcase.dc:title=C
Second Issue:
Specifying the value of the Category like
testplan.category term="Test Level".value="SameValue"
instead of
testplan.category term="Test Level".value=F2
doesn't seem to work.
One answer
Note: This post is 4+ years old.
Please upgrade to the latest version of RQM (see https://jazz.net/downloads/rational-quality-manager/) and review the product documentation (see https://jazz.net/help-dev/clm/topic/com.ibm.help.common.jazz.calm.doc/com.ibm.help.common.jazz.calm.doc_eclipse-gentopic1.html) and jazz.net resources (see https://jazz.net/help). If your issue persists, please ask a new question (https://jazz.net/forum/questions/ask), open a defect (see https://jazz.net/mystuff/#tab=workitems), or open a PMR (see http://www-01.ibm.com/support/docview.wss?uid=swg21507639).
Please upgrade to the latest version of RQM (see https://jazz.net/downloads/rational-quality-manager/) and review the product documentation (see https://jazz.net/help-dev/clm/topic/com.ibm.help.common.jazz.calm.doc/com.ibm.help.common.jazz.calm.doc_eclipse-gentopic1.html) and jazz.net resources (see https://jazz.net/help). If your issue persists, please ask a new question (https://jazz.net/forum/questions/ask), open a defect (see https://jazz.net/mystuff/#tab=workitems), or open a PMR (see http://www-01.ibm.com/support/docview.wss?uid=swg21507639).