It's all about the answers!

Ask a question

RQMExcelWordImporter : Creating configuration file.


Manesh Kaniti (26104) | asked Jan 06 '10, 6:22 a.m.
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

5 answers



permanent link
Jose Maria Bernal Fernandez (461) | answered Jan 13 '10, 7:02 a.m.
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.

permanent link
Kaniti Manesh (161) | answered Jan 22 '10, 2:44 a.m.
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

permanent link
Mike Yalter (11611) | answered Mar 18 '10, 10:00 a.m.
JAZZ DEVELOPER
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.

permanent link
Sherrie Tang (2133) | answered Dec 09 '11, 2:01 p.m.
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!

permanent link
Mike Yalter (11611) | answered Dec 11 '11, 10:59 p.m.
JAZZ DEVELOPER
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.

Your answer


Register or to post 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.