RQM Process Template with Test Plans
Accepted answer
Comments
@ Bod... Can we use the Artifact templates while creating the Lifecycle project either in next version of RQM or Current/next ver of RRC...
Anyways thanks for the info...
artifact templates can be exported as part of the Process Tempate which would then be used to for creating new projects.
2 other answers
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
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.
Comments
Thanks Don: In RRC we have Process template & Project template, Process template will have proces specification and Project Template can hold the Templates, Folder structures, etc... Similarly, I wanted to have the Test Plan created in one project (Either Master child or not) area and extract the template and use the extracted process template to create new PA (which once created will have the test plan) Basically the idea is... One of my PA is having 3 phases of testing, Say SIT, QA & UAT, every phase has diff test plan, Now whenever I create the PA for diff projects, I dont want to create Master Test Plan and 3 Child Test plan SIT, QA & UAT... I want it to be created automatically by customising the Process Template...
Any help is appreciated...
Hi, Kiran.
The only way I can think about is to use the one I suggested previously as by default those created test plans(master or child) won't reflect into the source code.
Therefore, please create JKEBanking sample applications. Then go to Eclipse client
and check with Money That Matters process template under process template view.
Then go to Process Configuration Source and search for Test Plan and you will find the predefined test plan(master and child) are available there in the sample.
You can then put similar things(same format but different test plan name etc)
into your own process template's source code.
then try to create a Project Area from the template and see if you got what you want.