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(?)
|