RQM Process Template with Test Plans
Accepted answer
In 4.0.3 new features have been added to the artifact template support.
https://jazz.net/downloads/rational-quality-manager/milestones/4.0.3M3?p=news#TOC_C
Comments
2 other answers
Hi Kiran,
it's difficult to understand what you're trying to implement here.
You might want to refer to the following references:
it's difficult to understand what you're trying to implement here.
You might want to refer to the following references:
-
Creating master and child test plans: http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.rational.test.qm.doc%2Ftopics%2Ft_create_master_testplan.html
- Defining custom workflows for test artifacts: http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.rational.test.qm.doc%2Ftopics%2Ft_define_custom_workflow.html
Regards,
Stéphane
One thing you can try is to check with JKEBanking sample. In the sample RQM PA, you can see that a testplan
is created for you with 3 child test plans. If you use Eclipse client and check with the source code of sample RQM process template and search for test plan, you will see how they are defined in the template. You can then do the similar things in your own RQM template and it should work for you as well. By default, RQM does not expose those info in project area's source code hence you cannot extract the template as what RTC can do.
is created for you with 3 child test plans. If you use Eclipse client and check with the source code of sample RQM process template and search for test plan, you will see how they are defined in the template. You can then do the similar things in your own RQM template and it should work for you as well. By default, RQM does not expose those info in project area's source code hence you cannot extract the template as what RTC can do.