[Closed] EXCEL Import customization to import TestPlan, Test case and Test suite
Hello,
I have installed RQMExcelImporter. I went through the installation folder and found some excel formats for below options- 1. Exporting TestPlans with Test cases to RQM. 2. Exporting Testsuits with Test cases to RQM. etc. I am looking for an option to customize the RQMExcelImporter to get below options. 1. Importing Testcases and Testsuits under single Test Plan. 2. Importing Testsuits and Linking existing test cases. Please support, Thanks, Regards, Chethan Kumar R |
Accepted answer
Hi, Chethan
There is no existing cfg file which would work for your use case 1. Since you tried example of importing test case and test plan and link them, similar thing can be done for test suite and test plan, you may need to trial and error to find a working cfg file. Make a copy of the existing cfg example and add some similar commands for testsuite and test plan and see how it works. There are questions to ask though in use case1: - whether you want to import test plan, test suite and test cases at the same time or any of them already exist. whether test case will be a part of test suite as well etc - for the use case 2: you can try testsuite.testcase=link(xx) xx can be cell(cells) with the existing test case internal id or external id. Kumar Kumar selected this answer as the correct answer
Comments
Kumar Kumar
commented Aug 17 '16, 5:26 a.m.
I am creating a new set of requirement, New Test Plan, New set of Test cases and New set of Test suits.
Don Yang
commented Aug 17 '16, 8:00 p.m.
the sample provides importing test plan and test case and linking them, also there is a sample for test suite and test cases and linking them. you need to combine both of them into one confiig file and add test suite to the test plan as well(similar to how to add test cases into a test plan).
Hello Yang,
Don Yang
commented Aug 18 '16, 7:01 p.m.
What version of QM and RM are you using?
I am using Doors Next Generation 6.0.1 and Quality management 6.0.1
Don Yang
commented Aug 19 '16, 3:05 a.m.
is your DNG and QM projects associated in your environment?
Kumar Kumar
commented Aug 19 '16, 3:19 a.m.
Yes as for my understanding associated.
we need to create multiple testsuits how can it be handled?
Don Yang
commented Aug 21 '16, 10:23 p.m.
it's better you can create a new post if you have multiple questions so that we can make it clear or someone else in the community may answer your questions.
Kumar Kumar
commented Aug 22 '16, 12:47 a.m.
In the above comment 'Uses" and "provides" both need to be configured in QM project but I am not finding that option.
Don Yang
commented Aug 22 '16, 1:45 a.m.
if the association is set properly, make sure the user is the member of RDNG project area and license for RM is allocated to the user.
Kumar Kumar
commented Aug 22 '16, 3:55 a.m.
I am one of the admin in RDNG. License is also available but Not able to understand why its not allowing me to export requirements.
Creating multiple testsuite issue have raised it as new ticket.. please answer.
showing 5 of 13
show 8 more comments
|
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.
Comments
The samples provided are as-is. You can refer to https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter about how to write a config file.