Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RQMExcelWordImporter : Creating configuration file.

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

0 votes



5 answers

Permanent link
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.

0 votes


Permanent link
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

0 votes


Permanent link
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.

0 votes


Permanent link
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!

0 votes


Permanent link
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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 06 '10, 6:22 a.m.

Question was seen: 9,645 times

Last updated: Jan 06 '10, 6:22 a.m.

Confirmation Cancel Confirm