Availability of RQM Word Importer?
6 answers
Hi,
I have checked the last RQM 2.0.0.1 ifix but there are not updates in
the RQMExcelWord Importer and is only available for Excel yet.
When will the Word Importer be available? Any estimation on dates?
Many thanks,
Ana
Hi Ana,
The Word Add-In is planned for inclusion in the 2.0.0.1 release of RQM.
You mentioned this version in your post, but it is not yet released! Perhaps you were referring to 2.0.0.0 iFix 01 (which is not the same as 2.0.0.1)?
2.0.0.1 is planned for release within the next month.
-Patrick
No news about it?
Hi l,
You might need an RQM Import Excel Configuration.cfg file to successfully to do this. The contents of my configuration file reads like below:
// This configuration file creates a test case with each test script and links them.
// The linking is accomplished by self referential data
// Start looking for scripts after row 1
testscript.XLSStartRow=2
// use the data in the first row of a found script's column B
testscript.XLSArtifactID=B
testscript.dc:title=D
testscript.description=D
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type="execution"
testscript.steps.description=I
testscript.steps.title=I
testscript.steps.name=I
testscript.steps.expectedResult=G
// a new script starts when we encounter an empty row
testscript.XLSDelimeter=\n
// we want to use the data we got for each test script to create a test case
testcase.ID=testscript.XLSArtifactID
// by refering to the testscript's field instead of the column that data comes from
// the tool will also create links to each of the test scripts.
testcase.dc:title=testscript.dc:title
testcase.description=testscript.description