How to Move One or Multiple Test Cases from One Test Plan to Other Test Plan
Accepted answer
This works for me:
1) Open new test plan
2) open section test cases and click "plus" symbol (Add test cases)
3) mark the required test cases (may be enable "test plan" column and filter for test cases in old test plan)
4) now assign test cases to new test plan
5) open old test plan
6) filter again and delete the test case assignment in old test plan
At least links to requirements and test scripts are included.
Good luck, joerg
1) Open new test plan
2) open section test cases and click "plus" symbol (Add test cases)
3) mark the required test cases (may be enable "test plan" column and filter for test cases in old test plan)
4) now assign test cases to new test plan
5) open old test plan
6) filter again and delete the test case assignment in old test plan
At least links to requirements and test scripts are included.
Good luck, joerg
One other answer
Thanks ,
I was doing that .
My idea was whether it can be done programmatically using csv file , where csv file will have few TestCase ID and will have Source Test Plan Name and Destination Target plan name and these plan exist in RQM.
Regards
PKC
Prasanta Kumar Chaudhuri
I was doing that .
My idea was whether it can be done programmatically using csv file , where csv file will have few TestCase ID and will have Source Test Plan Name and Destination Target plan name and these plan exist in RQM.
Regards
PKC
Prasanta Kumar Chaudhuri
Comments
Maybe you can check RQMCopyUtility.
at least it can be used as starting point if you want to do it programmatically.
see https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.rational.test.qm.doc/topics/c_node_extendproduct.html&scope=null
Cheers, jörg