RQM V4: How to create a state group for test artifacts?
Accepted answer
Hi Frank,
Not seem if this is an official approach. You can add a new state group to a project area in a similar way to this thread using RTC v4 Eclipse client .
1. Add a new connection to your QM application https://host:port/qm
2. Add the project area into the RTC workspace via Click Connection > Manage Connected Project Areas
3. Open the project area and go to Process Configuration tab
4. Expand Configuration tree to Process Configuration > Configuration Data > Test Artifact > Workflows
5. In the workflow xml editor, add a new <stateGroupDefinition> element to the existing state groups. e.g <stateGroupDefinition category="notclosed" id="notclosed" name="Not Closed"/>
6. Click the Commit button below the workflow xml editor.
7. Click Save for the process editor (on top right).
8. Now if you go back to the web client (refresh if required), you can now add new state and associate that state with this newly defined state group.
Cheers
Nhi
Not seem if this is an official approach. You can add a new state group to a project area in a similar way to this thread using RTC v4 Eclipse client .
1. Add a new connection to your QM application https://host:port/qm
2. Add the project area into the RTC workspace via Click Connection > Manage Connected Project Areas
3. Open the project area and go to Process Configuration tab
4. Expand Configuration tree to Process Configuration > Configuration Data > Test Artifact > Workflows
5. In the workflow xml editor, add a new <stateGroupDefinition> element to the existing state groups. e.g <stateGroupDefinition category="notclosed" id="notclosed" name="Not Closed"/>
6. Click the Commit button below the workflow xml editor.
7. Click Save for the process editor (on top right).
8. Now if you go back to the web client (refresh if required), you can now add new state and associate that state with this newly defined state group.
Cheers
Nhi