How to export mutiple testsuite linked with multiple different testcase having different multiple testscript in rqm
Please suggest a basic config file and basic excel structure to export mutiple testsuite linked with multiple different testcase having different multiple testscript in rqm all at once through RQLexcel utility
Example :I have
- 2 testsuite TSU1, and TSU2
- 4 testcase TC1, TC2, TC3, TC4
- 8 testscript TSC1, TSC2,...,TSC8
I need to create and link like below
- testscript TSC1. TSC2 link with testcase TC1
- testscript TSC3. TSC4 link with testcase TC2
- testscript TSC5. TSC6 link with testcase TC3
- testscript TSC7. TSC8 link with testcase TC4
and
- testcase TC1. TC2 link with testsuite TSU1
- testcase TC3. TC4 link with testsuite TSU2
NOTE : I have to do all at once, with single excel and single config file. And my planning will be dynamic, need a generic file.
One answer
Hi, Sanu
You may want to check with
https://jazz.net/wiki/pub/Main/ExcelWordImporterBestPractice/Migrate_MS_office_document_to_RQM_--_Excel_Importer_best_practice.pdf
and refer to [4.Using Link() modifier to make 1-n linkage with the test artifact(s)with the known id], similar approach
should apply to your use case.