Test Case Result for only last TCER
We have a requirement to create a Report which gives the complete informatiion about a Test Plan, Its Test Suites, Test Cases, TCER, & Test Result Status, Affected WorkItem and affected Requiremnt due to failue of a Test Case.I am able to do this using JRS but the problem is its gives me the status of all the TCERs which was run for a given Test Plan. Can you suggest the way by which I can get the report only for the previous TCERs instead of all.
Accepted answer
Hi Venkat,
To view the data affected due to a failure of test case, you can build a report in JRS and add a relationship "Last Failed Test case result " between Test case execution record and Test case result. This relationship gives the information about only the latest failed result.
Thanks,
Karthik
Comments
Brett Bohnn
Sep 30 '20, 6:09 p.m.Hi,
Brett Bohnn
Oct 01 '20, 9:11 a.m.Thanks,