Excel importer - adding existing tests to a new test suite
We are going to create new test suites using the Excel Importer tool.
We are looking for a way to add existing test cases to new test suites.
We don't find the way to represent a test case by its ID. If we just write the test case with its properties, RQM creates new test cases instead of connecting them to the existing ones (that already in RQM).
How can we achieve this ability?
Would like to get example\explanation what is needed in the cng file and how it will look in the excel.
Thanks a lot in advance!
Accepted answer
Hi, Miriam
Please refer to ExcelImporter Best Practice
You may check with [4. Using Link() modifier to make 1 - n linkage with the test artifact(s) with the known id]
for the details. Instead of test plan explained in the doc, you now have test suite and the same approach should apply.
Thanks