Sorting by TestCase ID
Hi there!
I am developing a report with Insight with RQM data. I was wondering if ids (e.g. TestCaseId or TestSuiteId) are created incrementally or if they are created just randomly. If they are created incrementally, it could be possible to sort by TestCaseId instead of CreationDate, right? That would produce the same sorting order. Notice I am not talking about the integer id e.g. '405', but the 'itemid' e.g. '_b12hj4k432bk42' Thanks in advance! |
One answer
The itemIds - the ones that look like '_b12hj4k432bk42' - are what are called GUIDs; a globally unique identifier. They are generated randomly.
The integer id that appears in the web UI is incremented. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.