RQM Excel Importer
When attempt to link test case to test script with both on the same row. The test case links to all of the test scripts vs just the one on the row. What am I not doing thanks. Please Excel: A B
|
One answer
Hi, Dean
If you use XLSLink keyword, it would link test case to all test script in the worksheet according to:
XLSLink
specifies that this artifact should be linked to all artifacts of the specified type within the worksheet.
In your case, you may want to consider using Link() keyword:
testcase.testscript=Link(?)
|
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.