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

link the existing test cases with newly created remote scripts

Need help on linking the existing test cases with newly created remote scripts. I am reffering this bellow link but unable to do the same: https://www.ibm.com/support/pages/exporting-multiple-test-cases-test-scripts-etmexcelimporter


Cfg file for reference :
//testcase.dc:title=C1
//testcase.dc:description=C1
//testcase.alm:owner=H1
//testcase.XLSLink=remotescript
testcase.XLSWorksheetID="testcase"
remotescript.XLSWorksheetID="testscript

// self referential links must be declared before also using column definitions
remotescript.XLSStartRow=2
remotescript.XLSDelimeter=\n
remotescript.dc:title=A
remotescript.alm:owner=B
remotescript.state=C
remotescript.dc:description=D
remotescript.type=E
remotescript.rs:command=F
remotescript.rs:arguments=G
remotescript.rs:properties=H


testcase.XLSLink=remotescript
//testcase.remotescript=Link(B) 

Correct me if I missed something.

0 votes



One answer

Permanent link
Hi Venkatesh

As testcase is an existing artifact, you need to have a way to specify the internal id for test case so that you can link both testcase and remote testscript.
What do you specify the testcase in the worksheet "testcase" in csv?

You may refer to Keyword LinkExisting() in this case

you can try
remotescript.testcase=LinkExisting(A)
here A is the column in worksheet "testcase" to specify existing testcase internal id for example
urn:com.ibm.rqm:testcase:1



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
× 7,486
× 1,315

Question asked: Mar 14, 3:06 a.m.

Question was seen: 733 times

Last updated: Mar 27, 11:37 p.m.

Confirmation Cancel Confirm