Linking existing testscript with testcase imported by Excel importer
Hello,
im importing testcases with ExcelImportTool is there posisbilitie to link existing commandline scripts and execution script to them? Im trying to use testcase.executionscript=Link(D) or testcase.testscript=Link(D) or testcase.commandlinescript=Link(D).
My whole cfg file looks like this:
// Mapping for new Test Case
testcase.XLSWorksheetID="Sheet1"
testcase.XLSStartRow=4
testcase.XLSArtifactID=A
testcase.dc:title=B
testcase.dc:description=C
// Perform linking of artifacts
testcase.executionscript=Link(D)
Can you please help me somehow?
One answer
Try
testcase.testscript=Link(D)
and column D contains the (internal) ID: urn:com.ibm.rqm:testscript:23578
This worked for me and I think the tricky part is to get the ID of your test script.
If you created it via the GUI then you can use the internal ID as in my example.
Hope this helps, Jörg