How can i build test execution report per execution owner for each test suite
One answer
Your test cases in a test suite have different execution owners, and you would like to see the execution status of each test case in the test suite. Please correct me if I am wrong.
The owners of generated test case results in the test suite result are matching with the executor owner of the test cases in the test suite. We have one OOTB BIRT report "Test Case Results Details of Test Suite Results (Live)" may meet your requirement, or you could customize a Cognos-based report on RRDI to do it. In RRDI, the owner field of test suite element is the execution owners.
Comments
Hi ,
Thanks for your response.
Partially your understanding is correct. I need summary of how many test cases executed vs status ( pass /fail) for different owners.
Precisely if i have say 15 test suites for test plan A,.... i need summary of how many test cases per suites per owner are executed / not executed and whats the execution status.
e.g. `Summary as list of all test suites per owner - no of test cases- test status . There can be cases where test suite owner is X, but test cases could be executed by X, Y, Z as execution owner.
We are executing test case from test suite individually.
BTW.. when i tried using Test Case Results Details of Test Suite Results i got following message , can you please help me what i need to get done to make this work.
CRRDV0017W The report resource with the ID 'execution.MicroewiDetailsofTSER' is not deployed to the selected project area on the server. The report resource is required to save report queries and render results. Ask an administrator for the project area to deploy the report resource to the project area on the server.
Hi Anandeep,
The execution owner of test case in a test suite is what your expected owner. But the "Test Case Results Details of Test Suite Results" report can not give you the test case not executed in a test suite (it does not have test case result in the test suite result). But I believe it should be able to customize in RRDI.
Regarding CRRDV0017W, it is because that the report template was not deployed onto your using RQM project. Go to "Reports->Report Resources", then click "Deploy New Resources" button on the top right toolbar (The second icon from left to right), then select "Micro Test Case Results Details of Test Suite Results" template to deploy. After that, you should see it in dashboard. The normal size of the report template name is "Test Case Results Details of Test Suite Results".