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

RQMExcelWordImporter Associate Test Script and Keyword

I am using the RQMExcelWordImporter to import test scripts from Excel into RQM. I can successfully import test scripts into RQM. I would also like to associate a keyword to a test script while importing it into RQM. How would I go about doing this?

I know how to associate a keyword to a test script after I import the test script but I want to associate a keyword to a test script while importing it into RQM.

I have read the RQMExcelWordImporter documentation. I am using RQM 3.0.1.

Thanks,
Wayne

0 votes



4 answers

Permanent link
I am using the RQMExcelWordImporter to import test scripts from Excel into RQM. I can successfully import test scripts into RQM. I would also like to associate a keyword to a test script while importing it into RQM. How would I go about doing this?

I know how to associate a keyword to a test script after I import the test script but I want to associate a keyword to a test script while importing it into RQM.

I have read the RQMExcelWordImporter documentation. I am using RQM 3.0.1.

Thanks,
Wayne


Do you have some screen or document where do you describe how do it the import using the tool RQMExcelWordImporter (outside of the wiki team)?

Thanks, Roberto

0 votes


Permanent link
What would really be helpful actually is a sample of the Config file content on how we can associate the Scripts with Keywords when using the RQMExcelWordImporter.

A good example would be the below config file where we link the Test Case and the Test Script all at the same time during the upload by simply giving and "=" to the association during upload.

testcase.XLSStartRow=2
testcase.XLSDelimeter=\n
testscript.dc:title=A
testscript.dc:description=B
testcase.dc:title=testscript.dc:title   <<------------------ See here
testcase.dc:description=B

I have tried doing the same as above but with Keywords, however the RQMExcelWordImporter tool doesnt recognise the Keyword element for some reason!?

Any info on creating and associating Keywords with scripts using the RQMExcelWordImporter tool would be appreciated.

Regards
MH

0 votes


Permanent link
This is how we can do in RQM 4.0.0.1
Below given is the cfg file content

testscript.XLSStartRow=2
testscript.XLSArtifactID=C
testscript.dc:title=B
testscript.XLSWorksheetID="testscripts"
testscript.steps.type="execution"
testscript.steps.description=B
testscript.steps.title=B
testscript.steps.name=B
testscript.steps.expectedResult=F
testscript.XLSDelimeter=\n
keyword.XLSStartRow=2
keyword.XLSWorksheetID="keywords"
keyword.tags=c
keyword.dc:title=B
keyword.testscript=Link(D)

Attaching the screenshot of the xls file. Here first you need to export the testScript and then while exporting the keyword, link it to the exported testScript.

Worksheet content for testScript Worksheet content for keywords


Thanks & Regards,
Reshma


0 votes


Permanent link
Hi Wayne,
the linking of keyword testscript is supported from 4.0.1
you can refer to the link
Import keywords and import script with references to keywords (61703)

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: Oct 17 '11, 6:37 p.m.

Question was seen: 19,434 times

Last updated: Nov 28 '12, 2:55 a.m.

Confirmation Cancel Confirm