[closed] Sections ID
Hello,
How can I find all of the section ids/display names of the test case sections?
I found this:
To determine the name/display name of predefined sections:
- Update the predefined section of a resource in the Rational Quality Manager UI.
-
Read the resource as XML with
abbreviate=false
. -
Locate the element in the XML document with the section name (e.g.
com.ibm.rqm.planning.editor.section.testCaseAcceptanceCriteria
). -
Locate the
extensionDisplayName
attribute in the element containing the section display name (e.g.RQM-KEY-TC-ACCEPT-CRITERIA-TITLE
).
However when I inspect the page, I do not see anything that says extensionDisplayName, and I am not sure how to set the abbreviate to false.
The issue I am running into is that every time I upload a excel file, it will duplicate the test sections instead of updating, how can I avoid this?
The question has been closed for the following reason: "The question is answered, right answer was accepted" by davidhoney Mar 20 '23, 2:08 p.m.
Accepted answer
Hello, I was able to answer my own question, if you right click the section and click inspect (edge browser) you can find the element. The mistake I was making was that I was looking for the extensionDisplayName to look like RQM-KEY... Mine did not look like this but instead was just "Test Procedure".
I hope this helps someone else.