RQMExcelWordImporter : Creating configuration file.
5 answers
Hi All,
I have installed the RQMExcelWordImporter but I am not able to understand the creating configuration file.
Can you pls send me any sample configuration file that would be very much helpful to create?
Thanks a lot.
-Manesh
You have some examples in Samples folder, from RQMExcelImporter. If you didn't change it in installation, it must be c:\Program Files\IBM\RQMExcelImporter\Samples.
Hope this can help you.
Hi,
Thanks for your mail.
I have created the config file for test case but when I am running the Test cases it is generating the Test script XML file .
Can any one pls let me know ??
This is my config file :
// this configuration file creates testscripts with testcases using self referential
// and column based data with categories
// Start looking for scripts after row 3
testscript.XLSStartRow=3
// a new script starts when we encounter an empty row
testscript.XLSDelimeter=\n
testscript.dc:title=B
testscript.dc:description=C
// self referential links must be declared before also using column definitions
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
// Categories are defined in a special way
testcase.category term="Function".value=E
// Sections are defined differently, the first part within the quotes is the section tag, and the optional second part after the comma
// defines the name of the section. Sections that already defined within RQM will use the display name they already have
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseAcceptanceCriteria","RQM-KEY-TC-ACCEPT-CRITERIA-TITLE")=E
testcase.XLSStartRow=4
testcase.XLSDelimeter=\n
Thanks,
Manesh
Thanks for your mail.
I have created the config file for test case but when I am running the Test cases it is generating the Test script XML file .
Can any one pls let me know ??
This is my config file :
// this configuration file creates testscripts with testcases using self referential
// and column based data with categories
// Start looking for scripts after row 3
testscript.XLSStartRow=3
// a new script starts when we encounter an empty row
testscript.XLSDelimeter=\n
testscript.dc:title=B
testscript.dc:description=C
// self referential links must be declared before also using column definitions
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
// Categories are defined in a special way
testcase.category term="Function".value=E
// Sections are defined differently, the first part within the quotes is the section tag, and the optional second part after the comma
// defines the name of the section. Sections that already defined within RQM will use the display name they already have
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseAcceptanceCriteria","RQM-KEY-TC-ACCEPT-CRITERIA-TITLE")=E
testcase.XLSStartRow=4
testcase.XLSDelimeter=\n
Thanks,
Manesh
Hi,
Thanks for your mail.
I have created the config file for test case but when I am running the Test cases it is generating the Test script XML file .
Can any one pls let me know ??
This is my config file :
// this configuration file creates testscripts with testcases using self referential
// and column based data with categories
// Start looking for scripts after row 3
testscript.XLSStartRow=3
// a new script starts when we encounter an empty row
testscript.XLSDelimeter=\n
testscript.dc:title=B
testscript.dc:description=C
// self referential links must be declared before also using column definitions
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
// Categories are defined in a special way
testcase.category term="Function".value=E
// Sections are defined differently, the first part within the quotes is the section tag, and the optional second part after the comma
// defines the name of the section. Sections that already defined within RQM will use the display name they already have
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseAcceptanceCriteria","RQM-KEY-TC-ACCEPT-CRITERIA-TITLE")=E
testcase.XLSStartRow=4
testcase.XLSDelimeter=\n
Thanks,
Manesh
Hi,
You have testscripts defined in your configuration file along with testcases. It will try to create any type of artifact you have defined as long as it finds data in the specified locations.
We can use this RQMExcelImporter config file:
testscript.XLSStartRow=4
Can we use something similar to stop it? I tried:
testscript.XLSStopRow=4
testscript.XLSEndRow=4
Neither worked.
Thanks!
Hi,
There is no directive for stopping currently, the tool continues until there is no more data. If Please file a work item for the feature request.