[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 I am creating a new set of requirement, New Test Plan, New set of Test cases and New set of Test suits.
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,
What version of QM and RM are you using?
I am using Doors Next Generation 6.0.1 and Quality management 6.0.1
is your DNG and QM projects associated in your environment?
Yes as for my understanding associated.
we need to create multiple testsuits how can it be handled?
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.
In the above comment 'Uses" and "provides" both need to be configured in QM project but I am not finding that option.
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.
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
|
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.