How is the latest test result determined? What parameters / conditions are really used?
I'm pulling data through REST and made some assumptions about what the latest execution result should be, but they differ from what RQM is reporting on the GUI. I have 3 test results for the same test case ID start end status 69000 June 1st, June 5th passed 70000 May 1st, May 5th passed 20000 Jan 1st, July 1st failed
Which is the latest per RQM Rules? 69000 because it's the last started? 70000 because it's the largest ID (last entered test result)? 20000 because it ended the last?
My assumption had been that the last test to end (20000) would have been considered the "latest" test result but that seems to be incorrect for RQM. Is there any documentation that indicates what it is per RQM logic? |
2 answers
Appreciate the response, but I'm seeing that Passed is taking a higher priority than Inconclusive in my case below. The Environment and Iteration are all the same. Your response indicates that inclusive is higher in the selection order. So the latest TCER should be inclusive, but instead it's Passed.
Viewing the Test Results with some more details I rarely use the GUI, only involved in the back end processing of results through REST. Still trying to figure out why 814403 is marked as current (latest), my assumption would have been 812080. Comments Sorry, but the images I embedded didn't save to the message and I don't have the ability to upload them.
Don Yang
commented Jun 26 '15, 9:41 p.m.
if the environment, iteration are the same(same TCER), then the latest result will override the previous one, the severity order won't apply here. This is expected because the TCER, it is normal that user ran it failed and next time it is passed, we expect the latest passed result should be the one for that TCER. Only when there are different TCER for the same testcase, the latest result for each TCER will have severity order applied when we view the result for that test case.
|
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.