It's all about the answers!

Ask a question

link the existing test cases with newly created remote scripts


Venkatesh Bhat (29445) | asked Mar 14, 3:06 a.m.

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.

One answer



permanent link
Don Yang (7.7k21114139) | answered Mar 27, 11:37 p.m.
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



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.