RQMExcelImporter Execution Work Items
I have been using RQMExcelImporter and when I export to a file to check if everything worked, a folder called 'execution work item' is created. Where is this coming from and what is it? Is it made by using testsuite.testcases=testcase? Below is my config file:
testsuite.dc:title=A2
testsuite.dc:description=D2
testsuite.testcases=testcase
testscript.XLSStartRow=3
testscript.dc:title=D
testscript.dc:description=F
testscript.steps.type="execution"
testscript.steps.description=D
testscript.steps.expectedResult=F
testscript.XLSDelimeter=\n
testcase.ID=testscript.XLSArtifactID
testcase.dc:title=testscript.dc:title
testcase.category term="Category".value=A3
testsuite.dc:title=A2
testsuite.dc:description=D2
testsuite.testcases=testcase
testscript.XLSStartRow=3
testscript.dc:title=D
testscript.dc:description=F
testscript.steps.type="execution"
testscript.steps.description=D
testscript.steps.expectedResult=F
testscript.XLSDelimeter=\n
testcase.ID=testscript.XLSArtifactID
testcase.dc:title=testscript.dc:title
testcase.category term="Category".value=A3
8 answers
Where in my configuration file did I map something from Excel to an Execution Work item?
When exporting to a file, the XML file(s) are saved in:
<output>\<resource>\<default>
For example:
C:\excel export\executionresult\Execution Results_Sheet1.xml
See:
https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Export_to_File.
What information does the execution record receive? Also, is there a way to link the test case and test suite together.
I had tried testsuite.XLSLink=testcase, but that didn't seem to work.
I had tried testsuite.XLSLink=testcase, but that didn't seem to work.
testsuite.testcases=testcase
When linking a test suite to a test case, the test execution record (or executionworkitem) is created.
What information does the execution record receive.
Do see what information is created in the test execution record (or executionworkitem), export to a file:
https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Export_to_File
Also, is there a way to link the test case and test suite together.
I had tried testsuite.XLSLink=testcase, but that didn't seem to work.
Yes, there are several samples (e.g TestSuite with TestCases 001.cfg):
https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Document_Configuration
You could also use the Link() keyword to link to existing resources with the RQM Excel/Word Importer 3.0.1 (see https://jazz.net/downloads/rational-quality-manager/releases/3.0.1?p=allDownloads), which is compatible with a RQM 2.x server. See https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/51360 for the documentation.
Can you give examples of Word configuration files that use the Link() keyword?
Do see what information is created in the test execution record (or executionworkitem), export to a file:
https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Export_to_File
Yes, there are several samples (e.g TestSuite with TestCases 001.cfg):
https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Document_Configuration
You could also use the Link() keyword to link to existing resources with the RQM Excel/Word Importer 3.0.1 (see https://jazz.net/downloads/rational-quality-manager/releases/3.0.1?p=allDownloads), which is compatible with a RQM 2.x server. See https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/51360 for the documentation.
What information does the execution record receive.
Do see what information is created in the test execution record (or executionworkitem), export to a file:
https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Export_to_File
Also, is there a way to link the test case and test suite together.
I had tried testsuite.XLSLink=testcase, but that didn't seem to work.
Yes, there are several samples (e.g TestSuite with TestCases 001.cfg):
https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Document_Configuration
You could also use the Link() keyword to link to existing resources with the RQM Excel/Word Importer 3.0.1 (see https://jazz.net/downloads/rational-quality-manager/releases/3.0.1?p=allDownloads), which is compatible with a RQM 2.x server. See https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/51360 for the documentation.