It's all about the answers!

Ask a question

RRDI Report showing latest test execution results


Joan Mpofu (2255) | asked Mar 25 '14, 9:57 a.m.
edited Mar 25 '14, 9:58 a.m.
We have a situation where Test Cases are linked to more than one Test Script. I'm trying to design a report using RRDI which shows the latest results for each test execution but my report picks up all the previous results.The report currently looks like:
Test Case ID, Test Case Name, Test Script ID, Test Script Name, Execution Date, Result
1,                     Sample TC,           8,                 Ts1,                      Date1,              Pass
2,                     Sample TC 2,        10,                Ts2,                      Date2,             Fail
                                                      10,                 Ts2,                     Date3,            Inconclusive

In this instance, I would only want to pull out the results from Date3 for Test Case ID 2 and exclude results for Date2

Accepted answer


permanent link
Krzysztof Kaźmierczyk (7.4k375103) | answered Mar 25 '14, 12:18 p.m.
Hi Joan,
Use following filter for your TCERs
[End Date] =maximum([End Date] for [TestScript ID])

Let us know if that helps.
Joan Mpofu selected this answer as the correct answer

Comments
Joan Mpofu commented Mar 28 '14, 4:58 a.m.

Thank you. This was very helpful and worked for me.

Your answer


Register or to post 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.