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.
Comments
it helped, but for my case test suites are existing, can you help?
Check with the pdf file in the same section's 'The difference between Link () and LinkExisting () modifier.', referring to
testcase.testplan=LinkExisting(C2)
Here you have testsuite instead of test plan but it applies to test suite as well.
If you have multiple test suite, C2 should be a column with the id of existing test suite you want to associating with test case.
See some discussion here as well:
https://jazz.net/forum/questions/211935/importing-a-testcase-and-linking-it-to-an-existiing-testsuite